ElvClient

new ElvClient({
contentSpaceId,
fabricURIs,
ethereumURIs,
noCacheoptional,
noAuthoptional
})
ElvClient

Create a new ElvClient

Returns: New ElvClient connected to the specified content fabric and blockchain
Parameters:
Name Type Attributes Default Description
contentSpaceId string

ID of the content space

fabricURIs Array.<string>

A list of full URIs to content fabric nodes

ethereumURIs Array.<string>

A list of full URIs to ethereum nodes

noCache boolean <optional>
false

If enabled, blockchain transactions will not be cached

noAuth boolean <optional>
false

If enabled, blockchain authorization will not be performed

Source:

Methods

async, static Configuration({
configUrl,
regionoptional
})
→ Promise.<Object>

Retrieve content space info and preferred fabric and blockchain URLs from the fabric

Returns: Object containing content space ID and fabric and ethereum URLs
Parameters:
Name Type Attributes Description
configUrl string

Full URL to the config endpoint

region string <optional>

Preferred region - the fabric will auto-detect the best region if not specified

  • Available regions: na-west-north na-west-south na-east eu-west
Source:

async, static FromConfigurationUrl({
configUrl,
regionoptional,
noCacheoptional,
noAuthoptional
})
→ Promise.<ElvClient>

Create a new ElvClient from the specified configuration URL

Returns: New ElvClient connected to the specified content fabric and blockchain
Parameters:
Name Type Attributes Default Description
configUrl string

Full URL to the config endpoint

region string <optional>

Preferred region - the fabric will auto-detect the best region if not specified

  • Available regions: na-west-north na-west-south na-east eu-west
noCache boolean <optional>
false

If enabled, blockchain transactions will not be cached

noAuth boolean <optional>
false

If enabled, blockchain authorization will not be performed

Source:

async AccessGroupManagers({contractAddress}) → Promise.<Array.<string>>

Get a list of addresses of managers of the specified group

Returns: List of manager addresses
Parameters:
Name Type Description
contractAddress

The address of the access group contract

Examples
async AccessGroupManagers({
  "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
});


[
  "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1",
  "0x439408c33a7fca969d34a5616c175a44434bb209"
]
async AccessGroupManagers({
  "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
});


[
  "0x439408c33a7fca969d34a5616c175a44434bb209"
]
Source:

async AccessGroupMembers({contractAddress}) → Promise.<Array.<string>>

Get a list of addresses of members of the specified group

Returns: List of member addresses
Parameters:
Name Type Description
contractAddress

The address of the access group contract

Examples
async AccessGroupMembers({
  "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
});


[
  "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1",
  "0x439408c33a7fca969d34a5616c175a44434bb209"
]
async AccessGroupMembers({
  "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
});


[
  "0x439408c33a7fca969d34a5616c175a44434bb209"
]
Source:

async AccessGroupOwner({libraryId}) → Promise.<string>

Returns the address of the owner of the specified content object

Returns: The account address of the owner
Parameters:
Name Type Description
libraryId string
Example
async AccessGroupOwner({
  "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
});


"0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
Source:

async AccessInfo({
objectId,
argsoptional
})
→ Promise.<Object>

Retrieve info about the access charge and permissions for the specified object.

Note: Access charge is specified in ether

Returns: Info about the access charge and whether or not the object is accessible to the current user
Parameters:
Name Type Attributes Description
objectId string

ID of the object

args object <optional>

Arguments to the getAccessInfo method - See the base content contract

Example
async AccessInfo({
  "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
});


{
  "visibilityCode": 10,
  "visible": true,
  "accessible": true,
  "editable": false,
  "hasAccess": false,
  "accessCode": 10,
  "accessCharge": "0.5"
}
Source:

async AccessRequest({
libraryIdoptional,
objectIdoptional,
versionHashoptional,
argsoptional,
updateoptional,
noCacheoptional
})
→ Promise.<Object>

Make an explicit call to accessRequest or updateRequest of the appropriate contract. Unless noCache is specified on this method or on the client, the resultant transaction hash of this method will be cached for all subsequent access to this contract.

Note: Access and update requests are handled automatically by ElvClient. Use this method only if you need to make an explicit call. For example, if you need to specify custom arguments to access a content object, you can call this method explicitly with those arguments. Since the result is cached (by default), all subsequent calls to that content object will be authorized with that AccessRequest transaction.

Note: If the access request has an associated charge, this charge will be determined and supplied automatically.

Returns: Resultant AccessRequest or UpdateRequest event
Parameters:
Name Type Attributes Default Description
libraryId string <optional>

ID of the library

objectId string <optional>

ID of the object

versionHash string <optional>

Version hash of the object

args Array <optional>
[

Custom arguments to the accessRequest or updateRequest methods

update boolean <optional>
false

If true, will call updateRequest instead of accessRequest

noCache boolean <optional>
false

If true, the resultant transaction hash will not be cached for future use

Example
async AccessRequest({
  "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
  "args": [
    0,
    "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
    "",
    [],
    []
  ]
});


{
  "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
  "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
  "contractAddress": null,
  "transactionIndex": 0,
  "gasUsed": {
    "_hex": "0x150e2"
  },
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
  "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
  "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
  "logs": [
    {
      "transactionIndex": 0,
      "blockNumber": 64704,
      "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
      "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "topics": [
        "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 0,
      "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
      "transactionLogIndex": 0,
      "name": "DbgAccessCode",
      "signature": "DbgAccessCode(uint8)",
      "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
      "values": {
        "0": 0,
        "code": 0,
        "length": 1
      }
    },
    {
      "transactionIndex": 0,
      "blockNumber": 64704,
      "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
      "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "topics": [
        "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 1,
      "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
      "transactionLogIndex": 1,
      "name": "DbgAccessCode",
      "signature": "DbgAccessCode(uint8)",
      "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
      "values": {
        "0": 0,
        "code": 0,
        "length": 1
      }
    },
    {
      "transactionIndex": 0,
      "blockNumber": 64704,
      "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
      "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "topics": [
        "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 2,
      "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
      "transactionLogIndex": 2,
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x03"
        },
        "1": 0,
        "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
        "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "4": "",
        "requestID": {
          "_hex": "0x03"
        },
        "level": 0,
        "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
        "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "pkeAFGH": "",
        "length": 5
      }
    }
  ],
  "blockNumber": 64704,
  "confirmations": 1,
  "cumulativeGasUsed": {
    "_hex": "0x150e2"
  },
  "status": 1,
  "byzantium": true
}
Source:

async AccessType({id}) → Promise.<string>

Return the type of contract backing the specified ID

Returns: Contract type of the item
  • space
  • library
  • type,
  • object
  • wallet
  • group
  • other
  • Parameters:
    Name Type Description
    id string

    ID of the item

    Source:

    async AddAccessGroupManager({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Add a manager to the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the grantManagerAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the manager to add

    Examples
    async AddAccessGroupManager({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "memberAddress": "60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    });
    
    
    "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7"
    async AddAccessGroupManager({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "memberAddress": "0x439408c33a7fca969d34a5616c175a44434bb209"
    });
    
    
    "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7"
    Source:

    async AddAccessGroupMember({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Add a member to the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the grantAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the member to add

    Examples
    async AddAccessGroupMember({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "memberAddress": "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    });
    
    
    "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea"
    async AddAccessGroupMember({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "memberAddress": "0x439408c33a7fca969d34a5616c175a44434bb209"
    });
    
    
    "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b"
    Source:

    async AddContentLibraryGroup({
    libraryId,
    groupAddress,
    permission
    })

    Add accessor, contributor or reviewer permissions for the specified group on the specified library

    Parameters:
    Name Type Description
    libraryId string

    The ID of the library

    groupAddress string

    The address of the group

    permission string

    The type of permission to add ("accessor", "contributor", "reviewer")

    Examples
    async AddContentLibraryGroup({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "groupAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "permission": "contributor"
    });
    
    
    <No Return Value>
    async AddContentLibraryGroup({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "groupAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "permission": "reviewer"
    });
    
    
    <No Return Value>
    async AddContentLibraryGroup({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "groupAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "permission": "accessor"
    });
    
    
    <No Return Value>
    Source:

    async AddLibraryContentType({
    libraryId,
    typeIdoptional,
    typeNameoptional,
    typeHashoptional,
    customContractAddressoptional
    })
    → Promise.<string>

    Add a specified content type to a library

    Returns: Hash of the addContentType transaction
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    typeId string <optional>

    ID of the content type

    typeName string <optional>

    Name of the content type

    typeHash string <optional>

    Version hash of the content type

    customContractAddress string <optional>

    Address of the custom contract to associate with this content type for this library

    Examples
    async AddLibraryContentType({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "typeName": "Test Content Type 6358526ec02247d0bcd5"
    });
    
    
    "0x64c2175f6bb1227aad73924dbdfefe3f57334305e082cd6870ad0af177d1e48e"
    async AddLibraryContentType({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "typeId": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP"
    });
    
    
    "0xdbc9ce906a7f388b94d690e26431cda28f6901f3e8a5d5a58c3000f4b2543d0c"
    Source:

    async AvailableDRMs() → Promise.<Array.<string>>

    Determine available DRM types available in this browser environment.

    Source:

    async BitmovinPlayoutOptions({
    objectIdoptional,
    versionHash,
    protocolsoptional,
    drmsoptional
    })

    Retrieve playout options in BitMovin player format for the specified content that satisfy the given protocol and DRM requirements

    If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)

    Parameters:
    Name Type Attributes Default Description
    objectId string <optional>

    Id of the content

    versionHash string

    Version hash of the content

    protocols Array.<string> <optional>
    ["dash",

    "hls"] - Acceptable playout protocols

    drms Array.<string> <optional>
    [

    Acceptable DRM formats

    Example
    async BitmovinPlayoutOptions({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ]
    });
    
    
    {
      "drm": {
        "widevine": {
          "LA_URL": "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
          "headers": {
            "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG"
          }
        }
      },
      "dash": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
      "hls": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG"
    }
    Source:

    async CachedAccessTransaction({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Return the cached access transaction of the specified item, if present

    Returns: The cached transaction hash if present, otherwise undefined
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    Examples
    async CachedAccessTransaction({
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN"
    });
    
    
    "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976"
    async CachedAccessTransaction({
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN"
    });
    
    
    <No Return Value>
    Source:

    async CallBitcodeMethod({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    writeTokenoptional,
    method,
    queryParamsoptional,
    bodyoptional,
    headersoptional,
    constantoptional,
    formatoptional
    })
    → Promise.<format>

    Call the specified bitcode method on the specified object

    Returns: The response from the call in the specified format
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    writeToken string <optional>

    Write token of an object draft - if calling bitcode of a draft object

    method string

    Bitcode method to call

    queryParams Object <optional>

    Query parameters to include in the request

    body Object <optional>

    Request body to include, if calling a non-constant method

    headers Object <optional>

    Request headers to include

    constant boolean <optional>
    true

    If specified, a GET request authenticated with an AccessRequest will be made. Otherwise, a POST with an UpdateRequest will be performed

    format string <optional>
    json

    The format of the response

    Examples
    async CallBitcodeMethod({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "writeToken": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "method": "media/production_master/init",
      "body": {},
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-10-28 23:05:08 Debug: avtest.initProdMaster()",
        "2019-10-28 23:05:08 Info: Get list of files from object",
        "2019-10-28 23:05:08 Info: 2 item(s) found in file list.",
        "2019-10-28 23:05:08 Info: Skipping '.'",
        "2019-10-28 23:05:08 Info: Analyzing Video.mp4",
        "2019-10-28 23:05:08 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN"
      ]
    }
    async CallBitcodeMethod({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk",
      "method": "media/abr_mezzanine/init",
      "headers": {
        "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4NWE4MTg1ZDA1ZTNmMTZiY2Y4NGRjM2M5MTM5MGEzYjdkMDhmMjI5ODdiNTEzNDczY2VmNTU1MmNlOWZmMzVlMCIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204In0=.RVMyNTZLXzZCY3BlZE5qTVI1b1dMS0xZcGVkem4zQVdUV3NaWEU0OEhvWTlYS3gyb3pNVHd5R1dubVBWWnI0Vzc0aEE5MXRtbUhVaVYySnRGZVRwZjM2aVVQaW42Z3NM,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4ODk3M2RkMDNjNDFmNzkyYjI0OTVkYWE4YWZjYzkyMjVjZGVlOTA2ZWEyY2E3NTVjNTYyNThiMGZiMzY5Y2FmZCIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204In0=.RVMyNTZLXzVSQ3l0RXZpWWYyZTRvOGhINW9FRVZjcDN1Tnd2RFd5MXJhbWc2SDMxbTZvNlJqaXFDY2Q1V05XYUtqSHlIekZBbkp5RlVGNloxQ2RoZ3h5U0VTbVROZ2VO,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4OTc0ZjEwMjBkM2ZlYjY5YWY4NmUwMTM3N2M4ZGEwYzA5ZjI0MDdiYmZlZDgzNzU0MzdmMmQ3MmM0NzcyN2Q5OSJ9.RVMyNTZLXzkxRTdkWFI1TUFEcFFnY0EyOXlFRXgxVERoU2JiUGZ5SkFHNUdWdHc1TjlmWnB3akpwVW9nQVFxcFROQUhzdzR5YkJUOVBNVWJUUmJKaFg2OVJrdWtMc0Yx",
        "Accept": "application/json",
        "Content-type": "application/json"
      },
      "body": {
        "offering_key": "default",
        "variant_key": "default",
        "prod_master_hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "production_master": {
          "log": {},
          "sources": {
            "Video.mp4": {
              "container_format": {
                "duration": 120.1201171875,
                "filename": "Video.mp4",
                "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
                "start_time": 0
              },
              "streams": [
                {
                  "bit_rate": 6522141,
                  "codec_name": "h264",
                  "display_aspect_ratio": "16/9",
                  "duration": 120.12012012012012,
                  "duration_ts": 1440000,
                  "field_order": "",
                  "frame_count": 2880,
                  "frame_rate": "2997/125",
                  "height": 1080,
                  "language": "",
                  "max_bit_rate": 0,
                  "sample_aspect_ratio": "1",
                  "start_pts": 0,
                  "start_time": 0,
                  "time_base": "1/11988",
                  "type": "StreamVideo",
                  "width": 1920
                }
              ]
            }
          },
          "variants": {
            "default": {
              "log": {},
              "streams": {
                "video": {
                  "mapping_info": "",
                  "sources": [
                    {
                      "files_api_path": "Video.mp4",
                      "stream_index": 0
                    }
                  ]
                }
              }
            }
          }
        },
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "bit_rate": 128000,
                  "media_type": "audio",
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "bit_rate": 4900000,
                  "height": 1080,
                  "media_type": "video",
                  "pregenerate": true,
                  "width": 1452
                },
                {
                  "bit_rate": 3375000,
                  "height": 720,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 968
                },
                {
                  "bit_rate": 1500000,
                  "height": 540,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 726
                },
                {
                  "bit_rate": 825000,
                  "height": 432,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 580
                },
                {
                  "bit_rate": 300000,
                  "height": 360,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "bit_rate": 6500000,
                  "height": 1080,
                  "media_type": "video",
                  "pregenerate": true,
                  "width": 1920
                },
                {
                  "bit_rate": 4500000,
                  "height": 720,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 1280
                },
                {
                  "bit_rate": 2000000,
                  "height": 540,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 960
                },
                {
                  "bit_rate": 1100000,
                  "height": 432,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 768
                },
                {
                  "bit_rate": 400000,
                  "height": 360,
                  "media_type": "video",
                  "pregenerate": false,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "content_id": "",
                "enc_scheme_name": "cenc",
                "license_servers": [],
                "type": "DrmWidevine"
              },
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "hls-aes128": {
              "drm": {
                "enc_scheme_name": "aes-128",
                "type": "DrmAes128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        }
      },
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-10-28 23:05:15 Debug: apiAbrMezzanineInit()",
        "2019-10-28 23:05:15 Info: Get production.Variant",
        "2019-10-28 23:05:15 Info: Generate abr.Offering",
        "2019-10-28 23:05:15 Info: Saving metadata"
      ]
    }
    async CallBitcodeMethod({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "headers": {
        "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4NWE4MTg1ZDA1ZTNmMTZiY2Y4NGRjM2M5MTM5MGEzYjdkMDhmMjI5ODdiNTEzNDczY2VmNTU1MmNlOWZmMzVlMCIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204In0=.RVMyNTZLXzZCY3BlZE5qTVI1b1dMS0xZcGVkem4zQVdUV3NaWEU0OEhvWTlYS3gyb3pNVHd5R1dubVBWWnI0Vzc0aEE5MXRtbUhVaVYySnRGZVRwZjM2aVVQaW42Z3NM,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4OTc0ZjEwMjBkM2ZlYjY5YWY4NmUwMTM3N2M4ZGEwYzA5ZjI0MDdiYmZlZDgzNzU0MzdmMmQ3MmM0NzcyN2Q5OSJ9.RVMyNTZLXzkxRTdkWFI1TUFEcFFnY0EyOXlFRXgxVERoU2JiUGZ5SkFHNUdWdHc1TjlmWnB3akpwVW9nQVFxcFROQUhzdzR5YkJUOVBNVWJUUmJKaFg2OVJrdWtMc0Yx",
        "Accept": "application/json",
        "Content-type": "application/json"
      },
      "method": "media/abr_mezzanine/prep_start",
      "constant": false,
      "body": {
        "offering_key": "default",
        "job_indexes": [
          0
        ],
        "production_master_files": {
          ".": {
            "type": "directory"
          },
          "Video.mp4": {
            ".": {
              "parts": [
                0,
                1,
                2
              ],
              "size": 97944174
            }
          }
        }
      }
    });
    
    
    {
      "logs": [
        "2019-10-28 23:05:20 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm"
      ]
    }
    async CallBitcodeMethod({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "method": "media/abr_mezzanine/offerings/default/finalize",
      "headers": {
        "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4NWE4MTg1ZDA1ZTNmMTZiY2Y4NGRjM2M5MTM5MGEzYjdkMDhmMjI5ODdiNTEzNDczY2VmNTU1MmNlOWZmMzVlMCIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204In0=.RVMyNTZLXzZCY3BlZE5qTVI1b1dMS0xZcGVkem4zQVdUV3NaWEU0OEhvWTlYS3gyb3pNVHd5R1dubVBWWnI0Vzc0aEE5MXRtbUhVaVYySnRGZVRwZjM2aVVQaW42Z3NM,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4OTc0ZjEwMjBkM2ZlYjY5YWY4NmUwMTM3N2M4ZGEwYzA5ZjI0MDdiYmZlZDgzNzU0MzdmMmQ3MmM0NzcyN2Q5OSJ9.RVMyNTZLXzkxRTdkWFI1TUFEcFFnY0EyOXlFRXgxVERoU2JiUGZ5SkFHNUdWdHc1TjlmWnB3akpwVW9nQVFxcFROQUhzdzR5YkJUOVBNVWJUUmJKaFg2OVJrdWtMc0Yx",
        "Accept": "application/json",
        "Content-type": "application/json"
      },
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-10-28 23:07:33 Debug: Get production.Master: hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "2019-10-28 23:07:33 Debug: Get production.Variant 'default' from production.Master"
      ]
    }
    Source:

    async CallContractMethod({
    contractAddress,
    abi,
    methodName,
    methodArgsoptional,
    valueoptional,
    formatArgumentsoptional,
    overridesoptional
    })
    → Promise.<*>

    Call the specified method on a deployed contract. This action will be performed by this client's signer.

    NOTE: This method will only wait for the transaction to be created. If you want to wait for the transaction to be mined, use the CallContractMethodAndWait method.

    Returns: Response containing information about the transaction
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    methodName string

    Method to call on the contract

    methodArgs Array <optional>

    List of arguments to the contract constructor

    value number | BigNumber <optional>

    Amount of ether to include in the transaction

    formatArguments boolean <optional>
    true

    If specified, the arguments will automatically be formatted to the ABI specification

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Examples
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_user",
              "type": "address"
            }
          ],
          "name": "createUserGuarantorWallet",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "methodName": "userWallets",
      "methodArgs": [
        "0x439408C33A7fcA969d34A5616c175A44434BB209"
      ]
    });
    
    
    "0x0000000000000000000000000000000000000000"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_user",
              "type": "address"
            }
          ],
          "name": "createUserGuarantorWallet",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "methodName": "userWallets",
      "methodArgs": [
        "0x439408C33A7fcA969d34A5616c175A44434BB209"
      ]
    });
    
    
    "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e"
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "hasManagerAccess",
      "methodArgs": [
        "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
      ]
    });
    
    
    true
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersNum"
    });
    
    
    {
      "_hex": "0x02"
    }
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        1
      ]
    });
    
    
    "0x439408C33A7fcA969d34A5616c175A44434BB209"
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersNum"
    });
    
    
    {
      "_hex": "0x02"
    }
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        1
      ]
    });
    
    
    "0x439408C33A7fcA969d34A5616c175A44434BB209"
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersNum"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x439408C33A7fcA969d34A5616c175A44434BB209"
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersNum"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x439408C33A7fcA969d34A5616c175A44434BB209"
    async CallContractMethod({
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_user",
              "type": "address"
            }
          ],
          "name": "createUserGuarantorWallet",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addressKMS"
    });
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b"
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b"
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "methodName": "setVisibility",
      "methodArgs": [
        100
      ]
    });
    
    
    {
      "nonce": 26,
      "gasPrice": {
        "_hex": "0x01dcd65000"
      },
      "gasLimit": {
        "_hex": "0x6dbc"
      },
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "value": {
        "_hex": "0x00"
      },
      "data": "0xaa024e8b0000000000000000000000000000000000000000000000000000000000000064",
      "chainId": 955210,
      "v": 1910456,
      "r": "0x4195e1ea3963adcd69f94d51c313e3f0bfe8059c5805c1928a9b2c7fcc48b507",
      "s": "0x3538820d1ced30d424ede19398d9783f8a493dbb430d1d7659838012cfcc293e",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "hash": "0xb3a062006e74a478d3f315578bb3916f15a502b38330d606f91affdaacfaad48"
    }
    async CallContractMethod({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xa4663469516f0d936b503069ce8ab1095d6c8869",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xf25656b2c092408e88694f1da0b3ad706021be8b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x1fcb55adbfd90e6fdd67771338a87398960814b1",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xf7bf91baea34d83df45f9db2c2133996ad7febf8",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x0154fc0407fb5968308ada5b801aee86e407c3fd",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xd12efb4e2c7a00eb6f895a4526741d5526bf3858",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xbc21ca194ecc54a6db7d8bbdb418e5a185eba941",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x6cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xc26d5ae15bb653cb1c14674f3894288b81f3dabc",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0xf96c974e6a644c9f2c1038cf3bb750a9277969d4",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "addressKMS"
    });
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    async CallContractMethod({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getKMSInfo",
      "methodArgs": [
        []
      ],
      "formatArguments": false
    });
    
    
    [
      "https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
      "kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
    ]
    async CallContractMethod({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getAccessInfo",
      "methodArgs": [
        0,
        [],
        []
      ]
    });
    
    
    [
      0,
      0,
      {
        "_hex": "0x00"
      }
    ]
    async CallContractMethod({
      "contractAddress": "0x4eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    async CallContractMethod({
      "contractAddress": "0x321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "libraryAddress"
    });
    
    
    "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963"
    async CallContractMethod({
      "contractAddress": "0x321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getKMSInfo",
      "methodArgs": [
        []
      ],
      "formatArguments": false
    });
    
    
    [
      "https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
      "kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
    ]
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "methodName": "setVisibility",
      "methodArgs": [
        10
      ]
    });
    
    
    {
      "nonce": 82,
      "gasPrice": {
        "_hex": "0x01dcd65000"
      },
      "gasLimit": {
        "_hex": "0x6dbc"
      },
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "value": {
        "_hex": "0x00"
      },
      "data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
      "chainId": 955210,
      "v": 1910456,
      "r": "0xbf3a7d7b34d55527af1c441ec1bbf53e5dcf02535bd93b2520f821130866c8bb",
      "s": "0x18cd5b7a8a8396f53fcd3f51187fa6f6ddea60bfe548c614d950aef865e4391a",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "hash": "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22"
    }
    Source:

    async CallContractMethodAndWait({
    contractAddress,
    abi,
    methodName,
    methodArgsoptional,
    valueoptional,
    overridesoptional,
    formatArgumentsoptional
    })
    → Promise.<*>

    Call the specified method on a deployed contract and wait for the transaction to be mined. This action will be performed by this client's signer.

    Returns: The event object of this transaction
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    methodName string

    Method to call on the contract

    methodArgs Array.<string> <optional>
    [

    List of arguments to the contract constructor

    value number | BigNumber <optional>

    Amount of ether to include in the transaction

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    formatArguments boolean <optional>
    true

    If specified, the arguments will automatically be formatted to the ABI specification

    Examples
    async CallContractMethodAndWait({
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_user",
              "type": "address"
            }
          ],
          "name": "createUserGuarantorWallet",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "createAccessWallet",
      "methodArgs": []
    });
    
    
    {
      "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
      "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x3f1dfb"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x4cb443a80b9c7c9ac21edac7384a807382aa9d2586e05e54b7c4582ecfa44226",
      "transactionHash": "0x6e96b3a7067364e6cde10d633011dd26926469c804731165676d604d2d740722",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64539,
          "transactionHash": "0x6e96b3a7067364e6cde10d633011dd26926469c804731165676d604d2d740722",
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "topics": [
            "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
          ],
          "data": "0x000000000000000000000000aff146140b57355611d669b4c4963daf61cb8e2e",
          "logIndex": 0,
          "blockHash": "0x4cb443a80b9c7c9ac21edac7384a807382aa9d2586e05e54b7c4582ecfa44226",
          "transactionLogIndex": 0,
          "name": "CreateAccessWallet",
          "signature": "CreateAccessWallet(address)",
          "topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
          "values": {
            "0": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "wallet": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "length": 1
          }
        }
      ],
      "blockNumber": 64539,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x3f1dfb"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xaff146140b57355611d669b4c4963daf61cb8e2e",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
      "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x626a"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000200000000000080000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xa65fb9860ac5d05b65e377e0a711f141cc70631355ced1172a4460a0483290ec",
      "transactionHash": "0xf6398e0d8d45d726dc9d13900e906b35d390859604307c187cc053ce9f0d590d",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64542,
          "transactionHash": "0xf6398e0d8d45d726dc9d13900e906b35d390859604307c187cc053ce9f0d590d",
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xa65fb9860ac5d05b65e377e0a711f141cc70631355ced1172a4460a0483290ec",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64542,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x626a"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantAccess",
      "methodArgs": [
        "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
      ],
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x2092f"
      },
      "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000004000000000000000000000000000000080000000000008000000000000000000000000000000000000000002000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x8727d260e1b787bec2d8917afca9f9ebe1024e18efc180ba80b1fdf7c81a5fe6",
      "transactionHash": "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64550,
          "transactionHash": "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
          ],
          "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
          "logIndex": 0,
          "blockHash": "0x8727d260e1b787bec2d8917afca9f9ebe1024e18efc180ba80b1fdf7c81a5fe6",
          "transactionLogIndex": 0,
          "name": "MemberAdded",
          "signature": "MemberAdded(address)",
          "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
          "values": {
            "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64550,
          "transactionHash": "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea",
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b00000000000000000000000000000000000000000000000000000000000000dc",
          "logIndex": 1,
          "blockHash": "0x8727d260e1b787bec2d8917afca9f9ebe1024e18efc180ba80b1fdf7c81a5fe6",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "2": 220,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "aggregate": 220,
            "length": 3
          }
        }
      ],
      "blockNumber": 64550,
      "confirmations": 2,
      "cumulativeGasUsed": {
        "_hex": "0x2092f"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantAccess",
      "methodArgs": [
        "0x439408c33a7fca969d34a5616c175a44434bb209"
      ],
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x2c173"
      },
      "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000200000000000080000000000000000000100000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xdb63854cdb69b8853ebd8d900630561699d52198da4f1ea87de98920f8448289",
      "transactionHash": "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64552,
          "transactionHash": "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
          ],
          "data": "0x000000000000000000000000439408c33a7fca969d34a5616c175a44434bb209",
          "logIndex": 0,
          "blockHash": "0xdb63854cdb69b8853ebd8d900630561699d52198da4f1ea87de98920f8448289",
          "transactionLogIndex": 0,
          "name": "MemberAdded",
          "signature": "MemberAdded(address)",
          "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
          "values": {
            "0": "0x439408C33A7fcA969d34A5616c175A44434BB209",
            "candidate": "0x439408C33A7fcA969d34A5616c175A44434BB209",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64552,
          "transactionHash": "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b",
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000aff146140b57355611d669b4c4963daf61cb8e2e0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000000000000000000000000000000000000000000a",
          "logIndex": 1,
          "blockHash": "0xdb63854cdb69b8853ebd8d900630561699d52198da4f1ea87de98920f8448289",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "2": 10,
            "principal": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "aggregate": 10,
            "length": 3
          }
        }
      ],
      "blockNumber": 64552,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x2c173"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantManagerAccess",
      "methodArgs": [
        "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
      ],
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xe902"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000800000002000008000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x450a65b2ff0bdb8d8f038f9b197e486bbfda655ed9e39452b6c086bd9ea32428",
      "transactionHash": "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64554,
          "transactionHash": "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
          ],
          "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
          "logIndex": 0,
          "blockHash": "0x450a65b2ff0bdb8d8f038f9b197e486bbfda655ed9e39452b6c086bd9ea32428",
          "transactionLogIndex": 0,
          "name": "ManagerAccessGranted",
          "signature": "ManagerAccessGranted(address)",
          "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
          "values": {
            "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64554,
          "transactionHash": "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7",
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b00000000000000000000000000000000000000000000000000000000000000dc",
          "logIndex": 1,
          "blockHash": "0x450a65b2ff0bdb8d8f038f9b197e486bbfda655ed9e39452b6c086bd9ea32428",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "2": 220,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "aggregate": 220,
            "length": 3
          }
        }
      ],
      "blockNumber": 64554,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xe902"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantManagerAccess",
      "methodArgs": [
        "0x439408c33a7fca969d34a5616c175a44434bb209"
      ],
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x163af"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000200000000000080000000000000000000500000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x679af4416bcd5407ddf31bfd43797f7d31c2c2be32afd82038df6ee9d8bdb38d",
      "transactionHash": "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64556,
          "transactionHash": "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
          ],
          "data": "0x000000000000000000000000439408c33a7fca969d34a5616c175a44434bb209",
          "logIndex": 0,
          "blockHash": "0x679af4416bcd5407ddf31bfd43797f7d31c2c2be32afd82038df6ee9d8bdb38d",
          "transactionLogIndex": 0,
          "name": "ManagerAccessGranted",
          "signature": "ManagerAccessGranted(address)",
          "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
          "values": {
            "0": "0x439408C33A7fcA969d34A5616c175A44434BB209",
            "candidate": "0x439408C33A7fcA969d34A5616c175A44434BB209",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64556,
          "transactionHash": "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7",
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000aff146140b57355611d669b4c4963daf61cb8e2e0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000000000000000000000000000000000000000006e",
          "logIndex": 1,
          "blockHash": "0x679af4416bcd5407ddf31bfd43797f7d31c2c2be32afd82038df6ee9d8bdb38d",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "2": 110,
            "principal": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "aggregate": 110,
            "length": 3
          }
        }
      ],
      "blockNumber": 64556,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x163af"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "revokeAccess",
      "methodArgs": [
        "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
      ],
      "eventName": "MemberRevoked",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1154e"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000002000008000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000002000000000002000000100000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xfff321bcb9b64aa2cafa41ad78912fdaa090e1a16bbb9f8e9e89b14967cd5280",
      "transactionHash": "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64558,
          "transactionHash": "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
          ],
          "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
          "logIndex": 0,
          "blockHash": "0xfff321bcb9b64aa2cafa41ad78912fdaa090e1a16bbb9f8e9e89b14967cd5280",
          "transactionLogIndex": 0,
          "name": "MemberRevoked",
          "signature": "MemberRevoked(address)",
          "topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
          "values": {
            "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64558,
          "transactionHash": "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21",
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b00000000000000000000000000000000000000000000000000000000000000c8",
          "logIndex": 1,
          "blockHash": "0xfff321bcb9b64aa2cafa41ad78912fdaa090e1a16bbb9f8e9e89b14967cd5280",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "aggregate": 200,
            "length": 3
          }
        }
      ],
      "blockNumber": 64558,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1154e"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "revokeManagerAccess",
      "methodArgs": [
        "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
      ],
      "eventName": "ManagerAccessRevoked",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xc215"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000000080000000000000000000000000000000000000000008000000000000000000000000000000000000000002000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000002000000000002000000000000000000000000000000000000000000000000000000000000008000000000000000000",
      "blockHash": "0x9aec72686eae15b9742472eb5b41c7955fb8f59e6f5ec6e007e3efe55422cd49",
      "transactionHash": "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64560,
          "transactionHash": "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
          ],
          "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
          "logIndex": 0,
          "blockHash": "0x9aec72686eae15b9742472eb5b41c7955fb8f59e6f5ec6e007e3efe55422cd49",
          "transactionLogIndex": 0,
          "name": "ManagerAccessRevoked",
          "signature": "ManagerAccessRevoked(address)",
          "topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
          "values": {
            "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64560,
          "transactionHash": "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c",
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x9aec72686eae15b9742472eb5b41c7955fb8f59e6f5ec6e007e3efe55422cd49",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "2": 0,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "aggregate": 0,
            "length": 3
          }
        }
      ],
      "blockNumber": 64560,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xc215"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0b0928f130bd58d521eb17925712f4f962077f3e",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d00"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000",
      "blockHash": "0xbe22c9c713a6c96d5009072e2225afbdab895ca535e132c2b1128656e2e84d13",
      "transactionHash": "0xcd3d7d12660b7a95c4e92a0a5f8becb71bf5a86ff557a707d6f820c840625e99",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64564,
          "transactionHash": "0xcd3d7d12660b7a95c4e92a0a5f8becb71bf5a86ff557a707d6f820c840625e99",
          "address": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xbe22c9c713a6c96d5009072e2225afbdab895ca535e132c2b1128656e2e84d13",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64564,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d00"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x0a778efdf125a1975f012a13b46a038a1c186d0e96764499a09c0d4edb8d87fa",
      "transactionHash": "0x8838981c46ac8afe4c728bbf8429c180d03880c1fc9386d228b18132e5a9e777",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64575,
          "transactionHash": "0x8838981c46ac8afe4c728bbf8429c180d03880c1fc9386d228b18132e5a9e777",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x0a778efdf125a1975f012a13b46a038a1c186d0e96764499a09c0d4edb8d87fa",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64575,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xd77d1f13c81a85d81a1af2a168098b5e0025dafa5ec7dc2e1bd1ac991d70f60c",
      "transactionHash": "0xdfc484db53845c0231d39863d7928f88a5c79f8e8a494749ed95ed6ad995ff37",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64581,
          "transactionHash": "0xdfc484db53845c0231d39863d7928f88a5c79f8e8a494749ed95ed6ad995ff37",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0xd77d1f13c81a85d81a1af2a168098b5e0025dafa5ec7dc2e1bd1ac991d70f60c",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 64581,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addContributorGroup",
      "methodArgs": [
        "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
      ]
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x31fd4"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000040800000000000000000000000000000000000000000000001000000000000000000000000001000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000200002000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000",
      "blockHash": "0x03f8172aa90c861d0b8e40c4221514766c326f6bbc9f18b975ef1726cf5b1ded",
      "transactionHash": "0xba3f4313293696d8afa36976edea3d20337af001a41ea0ecda19cc34fe0e669c",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64592,
          "transactionHash": "0xba3f4313293696d8afa36976edea3d20337af001a41ea0ecda19cc34fe0e669c",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "logIndex": 0,
          "blockHash": "0x03f8172aa90c861d0b8e40c4221514766c326f6bbc9f18b975ef1726cf5b1ded",
          "transactionLogIndex": 0,
          "name": "ContributorGroupAdded",
          "signature": "ContributorGroupAdded(address)",
          "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64592,
          "transactionHash": "0xba3f4313293696d8afa36976edea3d20337af001a41ea0ecda19cc34fe0e669c",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000014",
          "logIndex": 1,
          "blockHash": "0x03f8172aa90c861d0b8e40c4221514766c326f6bbc9f18b975ef1726cf5b1ded",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 64592,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x31fd4"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addReviewerGroup",
      "methodArgs": [
        "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
      ]
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1f64f"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000001000000000000000000000000001000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000008000000000000000000000000000000000000000008000004000000000000000000000000000000000000000000000002040000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xcb22eec0fb3df0d375a546614a3660d04533942fe3706d8dc72831bb967d98cb",
      "transactionHash": "0xcc44b26cb02315f7e69280d3102ca54e65d701eacbf15fd78d6c955b2ad7722e",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64594,
          "transactionHash": "0xcc44b26cb02315f7e69280d3102ca54e65d701eacbf15fd78d6c955b2ad7722e",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "logIndex": 0,
          "blockHash": "0xcb22eec0fb3df0d375a546614a3660d04533942fe3706d8dc72831bb967d98cb",
          "transactionLogIndex": 0,
          "name": "ReviewerGroupAdded",
          "signature": "ReviewerGroupAdded(address)",
          "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64594,
          "transactionHash": "0xcc44b26cb02315f7e69280d3102ca54e65d701eacbf15fd78d6c955b2ad7722e",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000016",
          "logIndex": 1,
          "blockHash": "0xcb22eec0fb3df0d375a546614a3660d04533942fe3706d8dc72831bb967d98cb",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 64594,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1f64f"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addAccessorGroup",
      "methodArgs": [
        "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
      ]
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1f29d"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000004000000000000000000001000000000000000000000000001000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000004000000000000000000000000000000000000000004000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x54962d3d0407fd90f0fde07ad97f629759e2ea8e4f7b578c1144d18ffc4c4da5",
      "transactionHash": "0xbc3b40357482db049c5771debd9eac2314387de678cdeb720359d00dcde1ca36",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64597,
          "transactionHash": "0xbc3b40357482db049c5771debd9eac2314387de678cdeb720359d00dcde1ca36",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "logIndex": 0,
          "blockHash": "0x54962d3d0407fd90f0fde07ad97f629759e2ea8e4f7b578c1144d18ffc4c4da5",
          "transactionLogIndex": 0,
          "name": "AccessorGroupAdded",
          "signature": "AccessorGroupAdded(address)",
          "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64597,
          "transactionHash": "0xbc3b40357482db049c5771debd9eac2314387de678cdeb720359d00dcde1ca36",
          "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000016",
          "logIndex": 1,
          "blockHash": "0x54962d3d0407fd90f0fde07ad97f629759e2ea8e4f7b578c1144d18ffc4c4da5",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 64597,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1f29d"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "removeReviewerGroup",
      "methodArgs": [
        "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
      ]
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x46c2"
      },
      "logsBloom": "0x00000000000000000000000000000000000800000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xf1ad0f86e9a80a9d2d2987ac7425b53d38045bef6153e467275eeaec9f873e50",
      "transactionHash": "0xac5081cd47769501ed117a2517dad2d4cc7a98c30afea71e46800213d9847f11",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64599,
          "transactionHash": "0xac5081cd47769501ed117a2517dad2d4cc7a98c30afea71e46800213d9847f11",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
          ],
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "logIndex": 0,
          "blockHash": "0xf1ad0f86e9a80a9d2d2987ac7425b53d38045bef6153e467275eeaec9f873e50",
          "transactionLogIndex": 0,
          "name": "ReviewerGroupRemoved",
          "signature": "ReviewerGroupRemoved(address)",
          "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        }
      ],
      "blockNumber": 64599,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x46c2"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000020000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x43d0d3c4bbb89d944aa90545d0fcf180ed17da05ce44084d7fb90adb9a25f81f",
      "transactionHash": "0x893ac71af1e5fafd5eda181f6623cf54ededec545dbf503b0ff12edbbdaa7bc7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64612,
          "transactionHash": "0x893ac71af1e5fafd5eda181f6623cf54ededec545dbf503b0ff12edbbdaa7bc7",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x43d0d3c4bbb89d944aa90545d0fcf180ed17da05ce44084d7fb90adb9a25f81f",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64612,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x8145d93fa999af3ef593ebae3c3d6df2c730664e77bd50cafdc378fffc271033",
      "transactionHash": "0xa95ad5dbb8447ce4431b99846e06fbb638982db0ca451c171481e30cf1cf4102",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64626,
          "transactionHash": "0xa95ad5dbb8447ce4431b99846e06fbb638982db0ca451c171481e30cf1cf4102",
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x8145d93fa999af3ef593ebae3c3d6df2c730664e77bd50cafdc378fffc271033",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64626,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xa4663469516f0d936b503069ce8ab1095d6c8869",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x194a6548f734af6e06cb0b4c4c2a72e36cdea017a214fdd5ba6260bd2d179cf5",
      "transactionHash": "0x5090787d5969b9ad423ede613f37afbd16012e2fd4c89de1504fa5d3018acf44",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64641,
          "transactionHash": "0x5090787d5969b9ad423ede613f37afbd16012e2fd4c89de1504fa5d3018acf44",
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x194a6548f734af6e06cb0b4c4c2a72e36cdea017a214fdd5ba6260bd2d179cf5",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64641,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x1fcb55adbfd90e6fdd67771338a87398960814b1",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000",
      "blockHash": "0x604d115636e9fbfb3bea7a6aedbcb7b596cf20eb7f6c38c003052f78a0a44232",
      "transactionHash": "0x0015303e7c3b0afb7a242f7d7d6f8508be31bb47fd14cb825f1e3415f5cf0308",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64642,
          "transactionHash": "0x0015303e7c3b0afb7a242f7d7d6f8508be31bb47fd14cb825f1e3415f5cf0308",
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x604d115636e9fbfb3bea7a6aedbcb7b596cf20eb7f6c38c003052f78a0a44232",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64642,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf7bf91baea34d83df45f9db2c2133996ad7febf8",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000400010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x1149ddcadee97a4b889fc6d4a619c9d4867504ffc88bacb08ae46cd90783c12f",
      "transactionHash": "0xa93edabffed4a411ffbda8e65e6110b108e0f5b5379c22f741a330e3df59ba44",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64644,
          "transactionHash": "0xa93edabffed4a411ffbda8e65e6110b108e0f5b5379c22f741a330e3df59ba44",
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x1149ddcadee97a4b889fc6d4a619c9d4867504ffc88bacb08ae46cd90783c12f",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64644,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0154fc0407fb5968308ada5b801aee86e407c3fd",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020",
      "blockHash": "0x3496494d532477ec2f4759fa4b07557014bcd5bd2d9b3603cd3f60a2821e6fd1",
      "transactionHash": "0x5ced2520c455108f5a72f5a0ba87df7a683e3061d98069efdd09cabc74f24bbc",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64646,
          "transactionHash": "0x5ced2520c455108f5a72f5a0ba87df7a683e3061d98069efdd09cabc74f24bbc",
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x3496494d532477ec2f4759fa4b07557014bcd5bd2d9b3603cd3f60a2821e6fd1",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64646,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd12efb4e2c7a00eb6f895a4526741d5526bf3858",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000",
      "blockHash": "0xda2f550646f0e147c1591886b2662e6e144a54943ea00d715159d5b4c5d4b48a",
      "transactionHash": "0xea46c978e6cfe78651868d3986b15c64dc734bd28258c1d4343a954576110ae4",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64648,
          "transactionHash": "0xea46c978e6cfe78651868d3986b15c64dc734bd28258c1d4343a954576110ae4",
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xda2f550646f0e147c1591886b2662e6e144a54943ea00d715159d5b4c5d4b48a",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64648,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbc21ca194ecc54a6db7d8bbdb418e5a185eba941",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x04000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xf1a129931155c697744ac1c321ac47712857c3d1f717d53a300b2207a75ae8b1",
      "transactionHash": "0x9688816ec44263dedbf332223d1278db9ebfa2c1faa6897c2ecc5d479d60409e",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64650,
          "transactionHash": "0x9688816ec44263dedbf332223d1278db9ebfa2c1faa6897c2ecc5d479d60409e",
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xf1a129931155c697744ac1c321ac47712857c3d1f717d53a300b2207a75ae8b1",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64650,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x6cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x6f33e1ed9df59f0ca400d693f8860511379c156765954f1a405a332b94cff07e",
      "transactionHash": "0xade7cb935bd5a8fd7101507e571bad3a54610ebc7306b0aa00f3b567a46e0604",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64652,
          "transactionHash": "0xade7cb935bd5a8fd7101507e571bad3a54610ebc7306b0aa00f3b567a46e0604",
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x6f33e1ed9df59f0ca400d693f8860511379c156765954f1a405a332b94cff07e",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64652,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf25656b2c092408e88694f1da0b3ad706021be8b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000001000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000800000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x9a46a70a47a3ae6e7938466573d632c99b5abba18fc63340833eac8e35fe64cc",
      "transactionHash": "0x8ef2bba7cc9212a9e65632672582f289d13b8eadbbe57f403c7830d02a17147e",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64654,
          "transactionHash": "0x8ef2bba7cc9212a9e65632672582f289d13b8eadbbe57f403c7830d02a17147e",
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x9a46a70a47a3ae6e7938466573d632c99b5abba18fc63340833eac8e35fe64cc",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64654,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xc26d5ae15bb653cb1c14674f3894288b81f3dabc",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xb9b77a97ffe9e8326136b3aaa9c4461288d63f290d391596986f1d6d0e0cf644",
      "transactionHash": "0xddd3701073166d5e7c911641dc2813510f2e1e9defd5c856631338ad9dd6abf0",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64657,
          "transactionHash": "0xddd3701073166d5e7c911641dc2813510f2e1e9defd5c856631338ad9dd6abf0",
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xb9b77a97ffe9e8326136b3aaa9c4461288d63f290d391596986f1d6d0e0cf644",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64657,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf96c974e6a644c9f2c1038cf3bb750a9277969d4",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000200000000000",
      "blockHash": "0x59389dd272aed6cd67a99a64aca997bdaa5058500f2a4061522aaa124dcf945b",
      "transactionHash": "0xe139e03b873db56c184a9554925aaf3cb84fd7034d5906390891b183e50922f3",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64660,
          "transactionHash": "0xe139e03b873db56c184a9554925aaf3cb84fd7034d5906390891b183e50922f3",
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x59389dd272aed6cd67a99a64aca997bdaa5058500f2a4061522aaa124dcf945b",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64660,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000400000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x0af366e26637aef01336255d9925e022a8253257cee89b65dd17eff2ba628b58",
      "transactionHash": "0x7f2b7790c2d9a7becb99d6e69a4ff0d29f51e3e622d931b6484da42c2f1077e1",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64671,
          "transactionHash": "0x7f2b7790c2d9a7becb99d6e69a4ff0d29f51e3e622d931b6484da42c2f1077e1",
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0x0af366e26637aef01336255d9925e022a8253257cee89b65dd17eff2ba628b58",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 64671,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x18b7a"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x0f35c1c65c8ec801c7e6726c9cdd6f27a7fe9634c992e4c7e4d5269010927851",
      "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64672,
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x0f35c1c65c8ec801c7e6726c9cdd6f27a7fe9634c992e4c7e4d5269010927851",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64672,
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x0f35c1c65c8ec801c7e6726c9cdd6f27a7fe9634c992e4c7e4d5269010927851",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64672,
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x0f35c1c65c8ec801c7e6726c9cdd6f27a7fe9634c992e4c7e4d5269010927851",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 64672,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x18b7a"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
        "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
        [],
        []
      ],
      "value": "0"
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1a5b2"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
      "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64681,
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64681,
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64681,
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d746755000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "3": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
            "4": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "pkeRequestor": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
            "pkeAFGH": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
            "length": 5
          }
        }
      ],
      "blockNumber": 64681,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1a5b2"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0ed47eb3377cee81665c92fd1faf858f5e3f9963",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004004000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xdb73309cba098f546eca5d5ccf2376f2104e6fd3aad4ccb4c2f7811ed01a8052",
      "transactionHash": "0x719ae4fba96b8731e2dad8d6cf6e089a5574891724b6778e0e521a2b140c9de2",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64687,
          "transactionHash": "0x719ae4fba96b8731e2dad8d6cf6e089a5574891724b6778e0e521a2b140c9de2",
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xdb73309cba098f546eca5d5ccf2376f2104e6fd3aad4ccb4c2f7811ed01a8052",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64687,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x4eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xf8b6145ae96697972b61028e8ccc3bf64ec8233fcd12048a11b7c489c11eabf9",
      "transactionHash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64691,
          "transactionHash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xf8b6145ae96697972b61028e8ccc3bf64ec8233fcd12048a11b7c489c11eabf9",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64691,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0ed47eb3377cee81665c92fd1faf858f5e3f9963",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000004004000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
      "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64693,
          "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 64693,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f26"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020",
      "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
      "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64696,
          "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 64696,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f26"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x4eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x18b7a"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000008000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000010000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
      "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64697,
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64697,
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64697,
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 64697,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x18b7a"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x150e2"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
      "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64704,
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64704,
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64704,
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 64704,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x150e2"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessComplete",
      "methodArgs": [
        {
          "_hex": "0x03"
        },
        90,
        ""
      ]
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x8f94"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
      "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
      "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64705,
          "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "logIndex": 0,
          "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "transactionLogIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          }
        }
      ],
      "blockNumber": 64705,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x8f94"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x658b"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000020000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
      "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64708,
          "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 1
          }
        }
      ],
      "blockNumber": 64708,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x658b"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xa673"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xc6719c0837d0c63dbba9654709d3eb6387c698fec2a9854869e13ac4409d45e6",
      "transactionHash": "0xe46c07afcbc74162165428f48c72383d2d870f77395f6ce5c62ce7ffbd310dc7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64712,
          "transactionHash": "0xe46c07afcbc74162165428f48c72383d2d870f77395f6ce5c62ce7ffbd310dc7",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0xc6719c0837d0c63dbba9654709d3eb6387c698fec2a9854869e13ac4409d45e6",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 64712,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xa673"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x15d95"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
      "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64713,
          "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64713,
          "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 64713,
          "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e527651570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x04"
            },
            "1": 0,
            "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x04"
            },
            "level": 0,
            "contentHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 64713,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x15d95"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x63b2dc00f3c1931279400418ac6b894182d902f7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "deleteVersion",
      "methodArgs": [
        "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN"
      ]
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1ab68"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002",
      "blockHash": "0xc25984441ad9ce7c873db6ed5a197c62f57c7048352184454b6206d20ffdd49b",
      "transactionHash": "0xdd499d68e714d52a129c8c351d1104a1c98f2efe4bcb99d2c6a4793852237708",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64716,
          "transactionHash": "0xdd499d68e714d52a129c8c351d1104a1c98f2efe4bcb99d2c6a4793852237708",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51"
          ],
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d6549800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xc25984441ad9ce7c873db6ed5a197c62f57c7048352184454b6206d20ffdd49b",
          "transactionLogIndex": 0,
          "name": "VersionDelete",
          "signature": "VersionDelete(address,string,int256)",
          "topic": "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "2": {
              "_hex": "0x01"
            },
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "index": {
              "_hex": "0x01"
            },
            "length": 3
          }
        }
      ],
      "blockNumber": 64716,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1ab68"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "deleteContent",
      "methodArgs": [
        "0x63b2dc00f3c1931279400418ac6b894182d902f7"
      ]
    });
    
    
    {
      "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x7d8a"
      },
      "logsBloom": "0x00000000000800000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xae27eb7e5373885cb83c10956e46429fe18371831fb0a69185e9f0a54e3b37ef",
      "transactionHash": "0x9264e219d9124e1243c54ea574a200994ebaad41c741b5513d850e23331c1fcd",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64717,
          "transactionHash": "0x9264e219d9124e1243c54ea574a200994ebaad41c741b5513d850e23331c1fcd",
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "topics": [
            "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e"
          ],
          "data": "0x00000000000000000000000063b2dc00f3c1931279400418ac6b894182d902f70000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "logIndex": 0,
          "blockHash": "0xae27eb7e5373885cb83c10956e46429fe18371831fb0a69185e9f0a54e3b37ef",
          "transactionLogIndex": 0,
          "name": "ContentObjectDeleted",
          "signature": "ContentObjectDeleted(address,address)",
          "topic": "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e",
          "values": {
            "0": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 2
          }
        }
      ],
      "blockNumber": 64717,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x7d8a"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "kill",
      "methodArgs": []
    });
    
    
    {
      "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x35c9"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x831a2d181f4444a137096a777425cd7d32ca396f5916b8040753d47e4b783eaf",
      "transactionHash": "0xc83b9d86ae6780146bb919eae77e6370ba5051aae6527f0c5edb1083e160f15f",
      "logs": [],
      "blockNumber": 64718,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x35c9"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    ClearCache()

    Clear saved access and state channel tokens

    Example
     ClearCache();
    
    
    <No Return Value>
    Source:

    ClearSigner()

    Remove the signer from this client

    Source:

    async Collection({collectionType}) → Promise.<Array.<string>>

    Get a list of unique addresses of all of the specified type the current user has access to through both their user wallet and through access groups

    Returns: List of addresses of available items
    Parameters:
    Name Type Description
    collectionType string

    Type of collection to retrieve

    • accessGroups
    • contentObjects
    • contentTypes
    • contracts
    • libraries
    Examples
    async Collection({
      "collectionType": "contentTypes"
    });
    
    
    [
      "0x0b0928F130bd58D521eb17925712F4F962077f3e"
    ]
    async Collection({
      "collectionType": "libraries"
    });
    
    
    [
      "0xbE0085d2087f6429D9C83E894085ab7360731B1b"
    ]
    Source:

    async ContentLibraries() → Promise.<Array.<string>>

    List content libraries - returns a list of content library IDs available to the current user

    Example
    async ContentLibraries();
    
    
    [
      "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    ]
    Source:

    async ContentLibrary({libraryId}) → Promise.<Object>

    Returns information about the content library

    See:
    • GET /qlibs/:qlibid
    Parameters:
    Name Type Description
    libraryId string
    Examples
    async ContentLibrary({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    {
      "id": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "qid": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "meta": {}
    }
    async ContentLibrary({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8"
    });
    
    
    {
      "id": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "qid": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "meta": {}
    }
    Source:

    async ContentLibraryGroupPermissions({
    libraryId,
    permissionsoptional
    })
    → Promise.<Object>

    List all of the groups with permissions on the specified library.

    Returns: Object mapping group addresses to permissions, as an array
  • Example: { "0x0": ["accessor", "contributor"], ...}
  • Parameters:
    Name Type Attributes Description
    libraryId string

    The ID of the library* @param {string} libraryId - The ID of the library

    permissions Array.<string> <optional>

    Limit permission types. If not specified, all permissions will be included

    Examples
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "permissions": [
        "contributor"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "permissions": [
        "reviewer"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    {
      "0x8296dce93b25fd507710c9b46e915d830f5dd33b": [
        "contributor",
        "reviewer"
      ]
    }
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "permissions": [
        "accessor"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "permissions": [
        "reviewer"
      ]
    });
    
    
    {
      "0x8296dce93b25fd507710c9b46e915d830f5dd33b": [
        "reviewer"
      ]
    }
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    {
      "0x8296dce93b25fd507710c9b46e915d830f5dd33b": [
        "accessor",
        "contributor"
      ]
    }
    Source:

    async ContentLibraryOwner({libraryId}) → Promise.<string>

    Returns the address of the owner of the specified content library

    Returns: The account address of the owner
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentLibraryOwner({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    Source:

    async ContentObject({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    Get a specific content object in the library

    Returns: Description of created object
    See:
    • /qlibs/:qlibid/q/:qhit
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object -- if not specified, latest version is returned

    Examples
    async ContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    Source:

    async ContentObjectAccessComplete({
    objectId,
    score
    })
    → Promise.<Object>

    Call accessComplete on the specified content object contract using a previously cached requestID. Caching must be enabled and an access request must have been previously made on the specified object by this client instance.

    Returns: Transaction log of the AccessComplete event
    Parameters:
    Name Type Description
    objectId string

    ID of the object

    score number

    Percentage score (0-100)

    Example
    async ContentObjectAccessComplete({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "score": 90
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x8f94"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
      "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
      "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64705,
          "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "logIndex": 0,
          "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "transactionLogIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          }
        }
      ],
      "blockNumber": 64705,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x8f94"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    async ContentObjectLibraryId({
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Retrieve the library ID for the specified content object

    Returns: Library ID of the object
    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    Example
    async ContentObjectLibraryId({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym"
    });
    
    
    "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8"
    Source:

    async ContentObjectMetadata({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    writeTokenoptional,
    metadataSubtreeoptional,
    noAuthoptional
    })
    → Promise.<(Object|string)>

    Get the metadata of a content object

    Returns: Metadata of the content object
    See:
    • /qlibs/:qlibid/q/:qhit/meta
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version of the object -- if not specified, latest version is used

    writeToken string <optional>

    Write token of an object draft - if specified, will read metadata from the draft

    metadataSubtree string <optional>

    Subtree of the object metadata to retrieve

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed for this call

    Examples
    async ContentObjectMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "metadataSubtree": "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ"
    });
    
    
    "BAdDkU91Gb7zsk2G359+rqx94P63XDqUXHp9ByPxcWjayXZBjLf7GAiMijgzpTG++zH+CPUrn5eq7+1kI0HEdfK44kO7Xcsbzlo3WWA3Rp2btOUSoH3FFe+q7k1LofOPN4F1RopsvRI0egBeWwI5cVqJXJKx6EDhSI/H/MnzxBMz72lXkzxmpG/l+2qY8/tTjW+nj408u/oe5AJTC5xseE+gLuzn6JpAtVsPVQW2Rn0gN8+pbgSyIkrhg8tFtTbA9TjKIZ9bro22vD3UafePEmiaHPwDjdpvxvS4qSGfBp5T/2qzhAPAfGhOn2zhXRtMtcrn9k6kBJ1mwUr1g8FD7aoM1fDfT5AjwrKGA4lCXzCJnV4u3XWy/PYuSxioq89jJgnhy/Zyp/9WYOv81k/kkw3WnELOfi3I02mKCjqLyErNibkLrSPQLoekXS14HfTJQIXZrqI/ZOBxsWrBAz8/fZIsjquyOXe64I+o9t986OPp"
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
      "metadataSubtree": "video_tags"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/library"
    });
    
    
    "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
      "eluv.description": "",
      "name": "Library"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/Production Master"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes"
    });
    
    
    {
      "abrmaster": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "advertisement": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
      "avmaster_imf": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
      "campaign": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
      "campaign_manager": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
      "channel": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
      "commercial_offering": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
      "library": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "linear_channel": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
      "production_master": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "sponsored_content": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
      "sponsored_content_abrmaster": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
      "submission": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
      "video": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin",
      "name": "Production Master"
    }
    async ContentObjectMetadata({
      "versionHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm"
    });
    
    
    {
      "description": "Production Master Test Description",
      "elv_created_at": 1572303908328,
      "files": {
        ".": {
          "type": "directory"
        },
        "Video.mp4": {
          ".": {
            "parts": [
              0,
              1,
              2
            ],
            "size": 97944174
          }
        }
      },
      "mime-types": {
        "mp4": "video/mp4"
      },
      "name": "Production Master Test",
      "production_master": {
        "log": {},
        "sources": {
          "Video.mp4": {
            "container_format": {
              "duration": 120.1201171875,
              "filename": "Video.mp4",
              "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
              "start_time": 0
            },
            "streams": [
              {
                "bit_rate": 6522141,
                "codec_name": "h264",
                "display_aspect_ratio": "16/9",
                "duration": 120.12012012012012,
                "duration_ts": 1440000,
                "field_order": "",
                "frame_count": 2880,
                "frame_rate": "2997/125",
                "height": 1080,
                "language": "",
                "max_bit_rate": 0,
                "sample_aspect_ratio": "1",
                "start_pts": 0,
                "start_time": 0,
                "time_base": "1/11988",
                "type": "StreamVideo",
                "width": 1920
              }
            ]
          }
        },
        "variants": {
          "default": {
            "log": {},
            "streams": {
              "video": {
                "mapping_info": "",
                "sources": [
                  {
                    "files_api_path": "Video.mp4",
                    "stream_index": 0
                  }
                ]
              }
            }
          }
        }
      },
      "public": {
        "description": "Production Master Test Description",
        "name": "Production Master Test"
      },
      "test": "master"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/ABR Master"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "metadataSubtree": "abr_profile"
    });
    
    
    {
      "ladder_specs": {
        "{\"media_type\":\"audio\",\"channels\":2}": {
          "rung_specs": [
            {
              "bit_rate": 128000,
              "media_type": "audio",
              "pregenerate": true
            }
          ]
        },
        "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
          "rung_specs": [
            {
              "bit_rate": 4900000,
              "height": 1080,
              "media_type": "video",
              "pregenerate": true,
              "width": 1452
            },
            {
              "bit_rate": 3375000,
              "height": 720,
              "media_type": "video",
              "pregenerate": false,
              "width": 968
            },
            {
              "bit_rate": 1500000,
              "height": 540,
              "media_type": "video",
              "pregenerate": false,
              "width": 726
            },
            {
              "bit_rate": 825000,
              "height": 432,
              "media_type": "video",
              "pregenerate": false,
              "width": 580
            },
            {
              "bit_rate": 300000,
              "height": 360,
              "media_type": "video",
              "pregenerate": false,
              "width": 484
            }
          ]
        },
        "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
          "rung_specs": [
            {
              "bit_rate": 6500000,
              "height": 1080,
              "media_type": "video",
              "pregenerate": true,
              "width": 1920
            },
            {
              "bit_rate": 4500000,
              "height": 720,
              "media_type": "video",
              "pregenerate": false,
              "width": 1280
            },
            {
              "bit_rate": 2000000,
              "height": 540,
              "media_type": "video",
              "pregenerate": false,
              "width": 960
            },
            {
              "bit_rate": 1100000,
              "height": 432,
              "media_type": "video",
              "pregenerate": false,
              "width": 768
            },
            {
              "bit_rate": 400000,
              "height": 360,
              "media_type": "video",
              "pregenerate": false,
              "width": 640
            }
          ]
        }
      },
      "playout_formats": {
        "dash-clear": {
          "drm": null,
          "protocol": {
            "min_buffer_length": 2,
            "type": "ProtoDash"
          }
        },
        "dash-widevine": {
          "drm": {
            "content_id": "",
            "enc_scheme_name": "cenc",
            "license_servers": [],
            "type": "DrmWidevine"
          },
          "protocol": {
            "min_buffer_length": 2,
            "type": "ProtoDash"
          }
        },
        "hls-aes128": {
          "drm": {
            "enc_scheme_name": "aes-128",
            "type": "DrmAes128"
          },
          "protocol": {
            "type": "ProtoHls"
          }
        },
        "hls-clear": {
          "drm": null,
          "protocol": {
            "type": "ProtoHls"
          }
        }
      },
      "segment_specs": {
        "audio": {
          "segs_per_chunk": 15,
          "target_dur": 2
        },
        "video": {
          "segs_per_chunk": 15,
          "target_dur": 2.03
        }
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin",
      "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
      "eluv.displayApp": "displayApp/index.html",
      "eluv.manageApp": "manageApp.html",
      "files": {
        ".": {
          "type": "directory"
        },
        "displayApp": {
          ".": {
            "type": "directory"
          },
          "index.html": {
            ".": {
              "parts": [
                73
              ],
              "size": 1219848
            }
          }
        },
        "displayApp.html": {
          ".": {
            "parts": [
              60
            ],
            "size": 1219577
          }
        },
        "manageApp.html": {
          ".": {
            "parts": [
              0
            ],
            "size": 1082307
          }
        }
      },
      "mime-types": {
        "html": "text/html"
      },
      "name": "ABR Master"
    }
    async ContentObjectMetadata({
      "versionHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw"
    });
    
    
    {
      "abr_mezzanine": {
        "log": {},
        "offerings": {
          "default": {
            "log": {},
            "media_struct": {
              "duration_rat": "0",
              "label": "",
              "start_time_rat": "0",
              "streams": {}
            },
            "mez_prep_specs": [
              {
                "bit_rate": 6500000,
                "height": 1080,
                "key_frame_interval": 49,
                "mapping_info": "",
                "media_type": "video",
                "mez_count": 4,
                "name": "video",
                "part_hashes": [],
                "ready": false,
                "seg_dur": {
                  "float": 2.0437103770437104,
                  "float_exact": false,
                  "rat": "6125/2997",
                  "time_base": "1/11988",
                  "ts": 24500
                },
                "segs_per_mez": 15,
                "source_streams": [
                  {
                    "files_api_path": "Video.mp4",
                    "master_hash": "",
                    "stream_index": 0
                  }
                ],
                "width": 1920
              }
            ],
            "playout": {
              "drm_keys": {
                "06b681b6d0f1ae1d8ae25a7aa820537a": {
                  "/": "./blob",
                  "data": "UoGKbtvRiAMyBlE2H0wyA3i2v3Px0oSpPXaerwAAABAED3UsWJRylzRU6GJaaucMapV3cMg9VcmecV8ZA5vucQrS688Es15s1TAuBaxnNm4gAkIS5uwcMzMPm1mgeV5hK2aKGcJzelPL4bvZR8+pCyPqbH+zsCHVRWWPWXj2z/eIFMDvLUAANMfRPAvdfbRCAaAs15RuYX7vM+BzcUSA1XsI4AjpfhpTJjlUEg+nk+TTDG9UK4AWcrbFJzW46RX+AQO31XKa7EsR4Lq+FGWL6hmOkmOPNafouFwIdRzOj4kbCcLx0Gd5FN9LD62YiCZWZYQTYNgQaMP76VA3dzIW6RJcdyB1RUBszq9es3o9nQOeAUWoggrrWuyTHWn4rbsvmSD+3e0DzYLCOLcFRHB6mQLhGDXr8M6hmqHAPjlBpfozBwX7bXLXBLwuRjE9e1JV3gAkvxpKBzI+6qDc4xaAL4gh1kKoRMBfd7vUtSXg/zneBCuKuIX20URzJ8cFgyuFGgmiA1t0GfDC/KkX0LXypbiT85b1vHrElVZovipx6YJ9Fzi4AqejMAHLiBT4Ehz6l377D05w/5Kx+d17QdNgL2Bwz3bapLqN6kKsau3xMpdsGZwJKkY/rodpLSbFmrB+XnwCrlVHFxtk4gOu6imuuTwuZNyfvvuqhTktuMULzwbSAMhEmtTIMSy9eLL8teRH99aLZx5Z0HZMyCk/mH1srie79pSyay9vG7txEerTVunEAhHMR862ojtvRRILiAs2NP8IJODJihJmUkzPMOMmZxhqTeXU0YyMlcVDZS11k6boBUmWe19zQ6KNSpXeWyhSujXG6alUFM4ovRbLZxTLoLO83uauvI3Z9ID9OFa4Pnc/EyGcZT327QkNn5psdOwvmOdr28TZ5Su79YUWEkmkgm3qnNLuD7JmFFuFG5Dr0eLS",
                  "encryption": "cgck"
                },
                "fcc07c64db7eab9b3705aaf1cff449e7": {
                  "/": "./blob",
                  "data": "k2wgLg/seAJ3cBIfkutQACFoKSpdLlBwPVmNlgAAABAEF9EmVGtWl22EIdub7Qp3iMeXoiXZ/6r3WxMwbNB065cNQX5OtCYgXMdxyo+r/30GFbuw9lrvKfTOhSUTYknUpMJ7D3nOrxgK0CrnjFx6HNb6LYxwa9hYuc6LMz+f+xtECGHRceR+XenYA/8SKDQkSC6whJ97dr+prtOSqeQ4vI0nWv49knqEyTIR6MzOknX5CfcQOIIz/CM+E/KKKyRowEEZhZtin3A2P6xLQUG3xW2V+kSFSTl+xuDP1Uowk8YvFpPBc5xWEkIf3zJAZWY398CmsL2e+chFVKi0koLm8IW7+ZmTzpusy/45GxNMZh65BH5Lsd31j4yXfHZBBeUQZmMLZr+SUENYy8iUrGWWkE0oJ4O6YYbMq4u823UvcT27DNr89lGkNQ/YYRicuEdhHFNqsmAvyTBmifrNaV6ql8DoTt2VtlKmH3A8NB3QEvSZGULFbgj4kiUY/LSob3nvopUfK1gKdXgmbs0doqXlF8VYKzjOw2GudYt3JpB/M0VQBetgzmvMzL8thszqAC69bam9nq+KuW8nESG08fP+c2kptrKUKmJCOPdSROBCp8lmFg1uIxiEaG4mt+itkfwN/sg1irz84sVsyyj4hP8du+QSrf78PABLDLj9BJf2n05xESixLkN04OEApE+QaHEHXHJo2xBfC+EYyarfpElE8PVU/SzCzuzVonUCISxKl4ytADTGbN4qLpzQVmprZ3cnSGYcma3FbLizNiQRJjN1ewrJfOuMjS6i8YOlDMXUpgP9CrjdNKxLF0PMhTfEjWCJWcAwvb+jMBqq1c9PAITiqC0s8nWHp1+jmPUYoF4dG/20BIMnxlCjZL9rBnBKwDnrhTix1NXabbWktdej8yy0AwS055BGMGTALQXFeoIeA5+p",
                  "encryption": "cgck"
                }
              },
              "playout_formats": {
                "dash-clear": {
                  "drm": null,
                  "protocol": {
                    "min_buffer_length": 2,
                    "type": "ProtoDash"
                  }
                },
                "dash-widevine": {
                  "drm": {
                    "content_id": "",
                    "enc_scheme_name": "cenc",
                    "license_servers": [],
                    "type": "DrmWidevine"
                  },
                  "protocol": {
                    "min_buffer_length": 2,
                    "type": "ProtoDash"
                  }
                },
                "hls-aes128": {
                  "drm": {
                    "enc_scheme_name": "aes-128",
                    "type": "DrmAes128"
                  },
                  "protocol": {
                    "type": "ProtoHls"
                  }
                },
                "hls-clear": {
                  "drm": null,
                  "protocol": {
                    "type": "ProtoHls"
                  }
                }
              },
              "streams": {
                "video": {
                  "encryption_schemes": {
                    "aes-128": {
                      "iv": "d3b81d4351de4317ceb1ff9dd401ea95",
                      "key": "a7uVEpfp/9YxKcF6R4Lrpg==",
                      "key_id": "fcc07c64db7eab9b3705aaf1cff449e7",
                      "type": "EncSchemeAes128"
                    },
                    "cenc": {
                      "iv": "7a99695fc553bc26b0f97fb647d51a26",
                      "key_id": "06b681b6d0f1ae1d8ae25a7aa820537a",
                      "type": "EncSchemeCenc"
                    }
                  },
                  "representations": {
                    "video_1280x720@4500000": {
                      "bit_rate": 4500000,
                      "crf": 0,
                      "height": 720,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 1280
                    },
                    "video_1920x1080@6500000": {
                      "bit_rate": 6500000,
                      "crf": 0,
                      "height": 1080,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 1920
                    },
                    "video_640x360@400000": {
                      "bit_rate": 400000,
                      "crf": 0,
                      "height": 360,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 640
                    },
                    "video_768x432@1100000": {
                      "bit_rate": 1100000,
                      "crf": 0,
                      "height": 432,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 768
                    },
                    "video_960x540@2000000": {
                      "bit_rate": 2000000,
                      "crf": 0,
                      "height": 540,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 960
                    }
                  }
                }
              }
            },
            "prod_master_hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "prod_master_var_key": "default",
            "ready": false
          }
        }
      },
      "description": "Mezzanine Test Description",
      "elv_created_at": 1572303916003,
      "master": {
        "hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "id": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
        "name": "Production Master Test",
        "variant": "default"
      },
      "name": "Mezzanine Test",
      "public": {
        "description": "Mezzanine Test Description",
        "name": "Mezzanine Test"
      },
      "test": "mezzanine"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "metadataSubtree": "abr_mezzanine/offerings"
    });
    
    
    {
      "default": {
        "log": {},
        "media_struct": {
          "duration_rat": "0",
          "label": "",
          "start_time_rat": "0",
          "streams": {}
        },
        "mez_prep_specs": [
          {
            "bit_rate": 6500000,
            "height": 1080,
            "key_frame_interval": 49,
            "mapping_info": "",
            "media_type": "video",
            "mez_count": 4,
            "name": "video",
            "part_hashes": [],
            "ready": false,
            "seg_dur": {
              "float": 2.0437103770437104,
              "float_exact": false,
              "rat": "6125/2997",
              "time_base": "1/11988",
              "ts": 24500
            },
            "segs_per_mez": 15,
            "source_streams": [
              {
                "files_api_path": "Video.mp4",
                "master_hash": "",
                "stream_index": 0
              }
            ],
            "width": 1920
          }
        ],
        "playout": {
          "drm_keys": {
            "06b681b6d0f1ae1d8ae25a7aa820537a": {
              "/": "./blob",
              "data": "UoGKbtvRiAMyBlE2H0wyA3i2v3Px0oSpPXaerwAAABAED3UsWJRylzRU6GJaaucMapV3cMg9VcmecV8ZA5vucQrS688Es15s1TAuBaxnNm4gAkIS5uwcMzMPm1mgeV5hK2aKGcJzelPL4bvZR8+pCyPqbH+zsCHVRWWPWXj2z/eIFMDvLUAANMfRPAvdfbRCAaAs15RuYX7vM+BzcUSA1XsI4AjpfhpTJjlUEg+nk+TTDG9UK4AWcrbFJzW46RX+AQO31XKa7EsR4Lq+FGWL6hmOkmOPNafouFwIdRzOj4kbCcLx0Gd5FN9LD62YiCZWZYQTYNgQaMP76VA3dzIW6RJcdyB1RUBszq9es3o9nQOeAUWoggrrWuyTHWn4rbsvmSD+3e0DzYLCOLcFRHB6mQLhGDXr8M6hmqHAPjlBpfozBwX7bXLXBLwuRjE9e1JV3gAkvxpKBzI+6qDc4xaAL4gh1kKoRMBfd7vUtSXg/zneBCuKuIX20URzJ8cFgyuFGgmiA1t0GfDC/KkX0LXypbiT85b1vHrElVZovipx6YJ9Fzi4AqejMAHLiBT4Ehz6l377D05w/5Kx+d17QdNgL2Bwz3bapLqN6kKsau3xMpdsGZwJKkY/rodpLSbFmrB+XnwCrlVHFxtk4gOu6imuuTwuZNyfvvuqhTktuMULzwbSAMhEmtTIMSy9eLL8teRH99aLZx5Z0HZMyCk/mH1srie79pSyay9vG7txEerTVunEAhHMR862ojtvRRILiAs2NP8IJODJihJmUkzPMOMmZxhqTeXU0YyMlcVDZS11k6boBUmWe19zQ6KNSpXeWyhSujXG6alUFM4ovRbLZxTLoLO83uauvI3Z9ID9OFa4Pnc/EyGcZT327QkNn5psdOwvmOdr28TZ5Su79YUWEkmkgm3qnNLuD7JmFFuFG5Dr0eLS",
              "encryption": "cgck"
            },
            "fcc07c64db7eab9b3705aaf1cff449e7": {
              "/": "./blob",
              "data": "k2wgLg/seAJ3cBIfkutQACFoKSpdLlBwPVmNlgAAABAEF9EmVGtWl22EIdub7Qp3iMeXoiXZ/6r3WxMwbNB065cNQX5OtCYgXMdxyo+r/30GFbuw9lrvKfTOhSUTYknUpMJ7D3nOrxgK0CrnjFx6HNb6LYxwa9hYuc6LMz+f+xtECGHRceR+XenYA/8SKDQkSC6whJ97dr+prtOSqeQ4vI0nWv49knqEyTIR6MzOknX5CfcQOIIz/CM+E/KKKyRowEEZhZtin3A2P6xLQUG3xW2V+kSFSTl+xuDP1Uowk8YvFpPBc5xWEkIf3zJAZWY398CmsL2e+chFVKi0koLm8IW7+ZmTzpusy/45GxNMZh65BH5Lsd31j4yXfHZBBeUQZmMLZr+SUENYy8iUrGWWkE0oJ4O6YYbMq4u823UvcT27DNr89lGkNQ/YYRicuEdhHFNqsmAvyTBmifrNaV6ql8DoTt2VtlKmH3A8NB3QEvSZGULFbgj4kiUY/LSob3nvopUfK1gKdXgmbs0doqXlF8VYKzjOw2GudYt3JpB/M0VQBetgzmvMzL8thszqAC69bam9nq+KuW8nESG08fP+c2kptrKUKmJCOPdSROBCp8lmFg1uIxiEaG4mt+itkfwN/sg1irz84sVsyyj4hP8du+QSrf78PABLDLj9BJf2n05xESixLkN04OEApE+QaHEHXHJo2xBfC+EYyarfpElE8PVU/SzCzuzVonUCISxKl4ytADTGbN4qLpzQVmprZ3cnSGYcma3FbLizNiQRJjN1ewrJfOuMjS6i8YOlDMXUpgP9CrjdNKxLF0PMhTfEjWCJWcAwvb+jMBqq1c9PAITiqC0s8nWHp1+jmPUYoF4dG/20BIMnxlCjZL9rBnBKwDnrhTix1NXabbWktdej8yy0AwS055BGMGTALQXFeoIeA5+p",
              "encryption": "cgck"
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "content_id": "",
                "enc_scheme_name": "cenc",
                "license_servers": [],
                "type": "DrmWidevine"
              },
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "hls-aes128": {
              "drm": {
                "enc_scheme_name": "aes-128",
                "type": "DrmAes128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "streams": {
            "video": {
              "encryption_schemes": {
                "aes-128": {
                  "iv": "d3b81d4351de4317ceb1ff9dd401ea95",
                  "key": "a7uVEpfp/9YxKcF6R4Lrpg==",
                  "key_id": "fcc07c64db7eab9b3705aaf1cff449e7",
                  "type": "EncSchemeAes128"
                },
                "cenc": {
                  "iv": "7a99695fc553bc26b0f97fb647d51a26",
                  "key_id": "06b681b6d0f1ae1d8ae25a7aa820537a",
                  "type": "EncSchemeCenc"
                }
              },
              "representations": {
                "video_1280x720@4500000": {
                  "bit_rate": 4500000,
                  "crf": 0,
                  "height": 720,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1280
                },
                "video_1920x1080@6500000": {
                  "bit_rate": 6500000,
                  "crf": 0,
                  "height": 1080,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1920
                },
                "video_640x360@400000": {
                  "bit_rate": 400000,
                  "crf": 0,
                  "height": 360,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 640
                },
                "video_768x432@1100000": {
                  "bit_rate": 1100000,
                  "crf": 0,
                  "height": 432,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 768
                },
                "video_960x540@2000000": {
                  "bit_rate": 2000000,
                  "crf": 0,
                  "height": 540,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 960
                }
              }
            }
          }
        },
        "prod_master_hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "prod_master_var_key": "default",
        "ready": false
      }
    }
    async ContentObjectMetadata({
      "versionHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
      "metadataSubtree": "files"
    });
    
    
    {
      ".": {
        "type": "directory"
      },
      "Video.mp4": {
        ".": {
          "parts": [
            0,
            1,
            2
          ],
          "size": 97944174
        }
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "duration": 246,
      "duration_ms": 0,
      "progress": {
        "percentage": 0
      },
      "run_state": "running",
      "start": "2019-10-28T23:05:20Z"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "duration": 30254061943,
      "duration_ms": 0,
      "progress": {
        "percentage": 25
      },
      "run_state": "running",
      "start": "2019-10-28T23:05:20Z"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "duration": 51323693409,
      "duration_ms": 0,
      "progress": {
        "percentage": 50
      },
      "run_state": "running",
      "start": "2019-10-28T23:05:20Z"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "duration": 88559998892,
      "duration_ms": 0,
      "progress": {
        "percentage": 75
      },
      "run_state": "running",
      "start": "2019-10-28T23:05:20Z"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "duration": 124461842371,
      "duration_ms": 124461,
      "end": "2019-10-28T23:07:24Z",
      "progress": {
        "percentage": 100
      },
      "run_state": "finished",
      "start": "2019-10-28T23:05:20Z"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "metadataSubtree": "abr_mezzanine/offerings"
    });
    
    
    {
      "default": {
        "log": {},
        "media_struct": {
          "duration_rat": "0",
          "label": "",
          "start_time_rat": "0",
          "streams": {}
        },
        "mez_prep_specs": [
          {
            "bit_rate": 6500000,
            "height": 1080,
            "key_frame_interval": 49,
            "mapping_info": "",
            "media_type": "video",
            "mez_count": 4,
            "name": "video",
            "part_hashes": [
              "hqp_2dcMaQAz3dv2QNxL6UFjerSpkt4JYmxHFuLRijos5wAUEwFinc",
              "hqp_SPdbPTejBkd7vQBxSDEp6bmf69YVpJSUfe7LpsDBmqgBefK6W",
              "hqp_RFrTwgEm9vj6g7XLGHbWJR3ewzZiyGsUNajsbzsppuiSaagGJ",
              "hqp_rjC2zhyREUQYQuxFe8TxURYKj4vgzVBmqamt2UJeaWpJP2iDg"
            ],
            "ready": true,
            "seg_dur": {
              "float": 2.0437103770437104,
              "float_exact": false,
              "rat": "6125/2997",
              "time_base": "1/11988",
              "ts": 24500
            },
            "segs_per_mez": 15,
            "source_streams": [
              {
                "files_api_path": "Video.mp4",
                "master_hash": "",
                "stream_index": 0
              }
            ],
            "width": 1920
          }
        ],
        "playout": {
          "drm_keys": {
            "06b681b6d0f1ae1d8ae25a7aa820537a": {
              "/": "./blob",
              "data": "UoGKbtvRiAMyBlE2H0wyA3i2v3Px0oSpPXaerwAAABAED3UsWJRylzRU6GJaaucMapV3cMg9VcmecV8ZA5vucQrS688Es15s1TAuBaxnNm4gAkIS5uwcMzMPm1mgeV5hK2aKGcJzelPL4bvZR8+pCyPqbH+zsCHVRWWPWXj2z/eIFMDvLUAANMfRPAvdfbRCAaAs15RuYX7vM+BzcUSA1XsI4AjpfhpTJjlUEg+nk+TTDG9UK4AWcrbFJzW46RX+AQO31XKa7EsR4Lq+FGWL6hmOkmOPNafouFwIdRzOj4kbCcLx0Gd5FN9LD62YiCZWZYQTYNgQaMP76VA3dzIW6RJcdyB1RUBszq9es3o9nQOeAUWoggrrWuyTHWn4rbsvmSD+3e0DzYLCOLcFRHB6mQLhGDXr8M6hmqHAPjlBpfozBwX7bXLXBLwuRjE9e1JV3gAkvxpKBzI+6qDc4xaAL4gh1kKoRMBfd7vUtSXg/zneBCuKuIX20URzJ8cFgyuFGgmiA1t0GfDC/KkX0LXypbiT85b1vHrElVZovipx6YJ9Fzi4AqejMAHLiBT4Ehz6l377D05w/5Kx+d17QdNgL2Bwz3bapLqN6kKsau3xMpdsGZwJKkY/rodpLSbFmrB+XnwCrlVHFxtk4gOu6imuuTwuZNyfvvuqhTktuMULzwbSAMhEmtTIMSy9eLL8teRH99aLZx5Z0HZMyCk/mH1srie79pSyay9vG7txEerTVunEAhHMR862ojtvRRILiAs2NP8IJODJihJmUkzPMOMmZxhqTeXU0YyMlcVDZS11k6boBUmWe19zQ6KNSpXeWyhSujXG6alUFM4ovRbLZxTLoLO83uauvI3Z9ID9OFa4Pnc/EyGcZT327QkNn5psdOwvmOdr28TZ5Su79YUWEkmkgm3qnNLuD7JmFFuFG5Dr0eLS",
              "encryption": "cgck"
            },
            "fcc07c64db7eab9b3705aaf1cff449e7": {
              "/": "./blob",
              "data": "k2wgLg/seAJ3cBIfkutQACFoKSpdLlBwPVmNlgAAABAEF9EmVGtWl22EIdub7Qp3iMeXoiXZ/6r3WxMwbNB065cNQX5OtCYgXMdxyo+r/30GFbuw9lrvKfTOhSUTYknUpMJ7D3nOrxgK0CrnjFx6HNb6LYxwa9hYuc6LMz+f+xtECGHRceR+XenYA/8SKDQkSC6whJ97dr+prtOSqeQ4vI0nWv49knqEyTIR6MzOknX5CfcQOIIz/CM+E/KKKyRowEEZhZtin3A2P6xLQUG3xW2V+kSFSTl+xuDP1Uowk8YvFpPBc5xWEkIf3zJAZWY398CmsL2e+chFVKi0koLm8IW7+ZmTzpusy/45GxNMZh65BH5Lsd31j4yXfHZBBeUQZmMLZr+SUENYy8iUrGWWkE0oJ4O6YYbMq4u823UvcT27DNr89lGkNQ/YYRicuEdhHFNqsmAvyTBmifrNaV6ql8DoTt2VtlKmH3A8NB3QEvSZGULFbgj4kiUY/LSob3nvopUfK1gKdXgmbs0doqXlF8VYKzjOw2GudYt3JpB/M0VQBetgzmvMzL8thszqAC69bam9nq+KuW8nESG08fP+c2kptrKUKmJCOPdSROBCp8lmFg1uIxiEaG4mt+itkfwN/sg1irz84sVsyyj4hP8du+QSrf78PABLDLj9BJf2n05xESixLkN04OEApE+QaHEHXHJo2xBfC+EYyarfpElE8PVU/SzCzuzVonUCISxKl4ytADTGbN4qLpzQVmprZ3cnSGYcma3FbLizNiQRJjN1ewrJfOuMjS6i8YOlDMXUpgP9CrjdNKxLF0PMhTfEjWCJWcAwvb+jMBqq1c9PAITiqC0s8nWHp1+jmPUYoF4dG/20BIMnxlCjZL9rBnBKwDnrhTix1NXabbWktdej8yy0AwS055BGMGTALQXFeoIeA5+p",
              "encryption": "cgck"
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "content_id": "",
                "enc_scheme_name": "cenc",
                "license_servers": [],
                "type": "DrmWidevine"
              },
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "hls-aes128": {
              "drm": {
                "enc_scheme_name": "aes-128",
                "type": "DrmAes128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "streams": {
            "video": {
              "encryption_schemes": {
                "aes-128": {
                  "iv": "d3b81d4351de4317ceb1ff9dd401ea95",
                  "key": "a7uVEpfp/9YxKcF6R4Lrpg==",
                  "key_id": "fcc07c64db7eab9b3705aaf1cff449e7",
                  "type": "EncSchemeAes128"
                },
                "cenc": {
                  "iv": "7a99695fc553bc26b0f97fb647d51a26",
                  "key_id": "06b681b6d0f1ae1d8ae25a7aa820537a",
                  "type": "EncSchemeCenc"
                }
              },
              "representations": {
                "video_1280x720@4500000": {
                  "bit_rate": 4500000,
                  "crf": 0,
                  "height": 720,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1280
                },
                "video_1920x1080@6500000": {
                  "bit_rate": 6500000,
                  "crf": 0,
                  "height": 1080,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1920
                },
                "video_640x360@400000": {
                  "bit_rate": 400000,
                  "crf": 0,
                  "height": 360,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 640
                },
                "video_768x432@1100000": {
                  "bit_rate": 1100000,
                  "crf": 0,
                  "height": 432,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 768
                },
                "video_960x540@2000000": {
                  "bit_rate": 2000000,
                  "crf": 0,
                  "height": 540,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 960
                }
              }
            }
          }
        },
        "prod_master_hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "prod_master_var_key": "default",
        "ready": false
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BAdDkU91Gb7zsk2G359+rqx94P63XDqUXHp9ByPxcWjayXZBjLf7GAiMijgzpTG++zH+CPUrn5eq7+1kI0HEdfK44kO7Xcsbzlo3WWA3Rp2btOUSoH3FFe+q7k1LofOPN4F1RopsvRI0egBeWwI5cVqJXJKx6EDhSI/H/MnzxBMz72lXkzxmpG/l+2qY8/tTjW+nj408u/oe5AJTC5xseE+gLuzn6JpAtVsPVQW2Rn0gN8+pbgSyIkrhg8tFtTbA9TjKIZ9bro22vD3UafePEmiaHPwDjdpvxvS4qSGfBp5T/2qzhAPAfGhOn2zhXRtMtcrn9k6kBJ1mwUr1g8FD7aoM1fDfT5AjwrKGA4lCXzCJnV4u3XWy/PYuSxioq89jJgnhy/Zyp/9WYOv81k/kkw3WnELOfi3I02mKCjqLyErNibkLrSPQLoekXS14HfTJQIXZrqI/ZOBxsWrBAz8/fZIsjquyOXe64I+o9t986OPp",
      "eluv.caps.iusr2LbuCyFDERZGtu13QdrZAHqpE5Hi": "BAdDkU91Gb7zsk2G359+rqx94P63XDqUXHp9ByPxcWjayXZBjLf7GAiMijgzpTG++zH+CPUrn5eq7+1kI0HEdfK78eU6eKnGH8Q9eGMhaWOaxmBFYY6fpaGyL6GqxwHJSUtyJE6etSquvWlSlcCleZU5toDB/m0nkcqbQkoimjMUiG2+C0Ti8/3DSFn+Wucm3FrNZq/5VyIZussdGyzzBd4vhqLuG6cTDJLsj/mINsYfQ/mpWG/yCjyR3oVmjTIvZR+O7aJc8hMKILTkzqVUxWGdKyT7OC0LdEMCO0eHCLxAhCxZwvhDYjG2QOrcscibdtKVh0EaW816qjkZ57HPnU0Dwfm1dlvOcG75C0pHFbJIwluEVCxsWarbEruWn+FdxkpVF7/nytKBtucgzrKIto7uVPCojpUen9wb2t0aN9ZRZWd47coiiyFYBWz9WshcDx+JjdqpA8dwYI+lyi3NuC5yYwvsnq1rTEy2D8VmVeI5",
      "files": {
        ".": {
          "type": "directory"
        },
        "testDirectory": {
          ".": {
            "type": "directory"
          },
          "File 1": {
            ".": {
              "parts": [
                0
              ],
              "size": 100000
            }
          },
          "File 2": {
            ".": {
              "parts": [
                1
              ],
              "size": 100000
            }
          }
        }
      },
      "mime-types": {
        "": "text/plain"
      },
      "name": "Test Content Object",
      "toMerge": {
        "merge": "me",
        "new": "metadata"
      },
      "toReplace": {
        "new": "metadata"
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "metadataSubtree": "custom_contract"
    });
    
    
    {
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "address": "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03",
      "description": "Custom Contract Description",
      "factoryAbi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "name": "Custom Contract"
    }
    Source:

    async ContentObjectOwner({libraryId}) → Promise.<string>

    Returns the address of the owner of the specified content object

    Returns: The account address of the owner
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentObjectOwner({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    Source:

    async ContentObjects({
    libraryId,
    filterOptionsoptional
    })
    → Promise.<Array.<Object>>

    List content objects in the specified library

    Returns: List of objects in library
    See:
    • /qlibs/:qlibid/q
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    filterOptions object <optional>

    Pagination, sorting and filtering options

    Properties
    Name Type Attributes Default Description
    latestOnly boolean <optional>
    true

    If specified, only latest version of objects will be included

    start number <optional>

    Start index for pagination

    limit number <optional>

    Max number of objects to return

    cacheId string <optional>

    Cache ID corresponding a previous query

    sort Array.<string> | string <optional>

    Sort by the specified key(s)

    • @param {boolean=} filterOptions.sortDesc=false - Sort in descending order
    select Array.<string> | string <optional>

    Include only the specified metadata keys

    filter Array.<object> | object <optional>

    Filter objects by metadata

    Properties
    Name Type Attributes Description
    key string <optional>

    Key to filter on

    type string <optional>

    Type of filter to use for the specified key:

    • eq, neq, lt, lte, gt, gte, cnt (contains), ncnt (does not contain),
    filter string <optional>

    Filter for the specified key

    Examples
    async ContentObjects({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw"
    });
    
    
    {
      "contents": [
        {
          "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
          "versions": [
            {
              "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
              "hash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
          "versions": [
            {
              "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
              "hash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        },
        {
          "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
          "versions": [
            {
              "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
              "hash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
          "versions": [
            {
              "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
              "hash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
          "versions": [
            {
              "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
              "hash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
          "versions": [
            {
              "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
              "hash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
          "versions": [
            {
              "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
              "hash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        },
        {
          "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
          "versions": [
            {
              "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
              "hash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
          "versions": [
            {
              "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
              "hash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
          "versions": [
            {
              "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
              "hash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrs6hD6csuKWspLy7jHbpdFUe",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "filterOptions": {
        "sort": "name"
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
          "versions": [
            {
              "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
              "hash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        },
        {
          "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
          "versions": [
            {
              "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
              "hash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
          "versions": [
            {
              "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
              "hash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
          "versions": [
            {
              "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
              "hash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
          "versions": [
            {
              "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
              "hash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
          "versions": [
            {
              "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
              "hash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
          "versions": [
            {
              "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
              "hash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
          "versions": [
            {
              "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
              "hash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
          "versions": [
            {
              "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
              "hash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
          "versions": [
            {
              "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
              "hash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsM5mN6AetHV9rnKpeCHF2bj",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "filterOptions": {
        "sort": "name",
        "sortDesc": true
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
          "versions": [
            {
              "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
              "hash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        },
        {
          "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
          "versions": [
            {
              "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
              "hash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
          "versions": [
            {
              "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
              "hash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
          "versions": [
            {
              "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
              "hash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
          "versions": [
            {
              "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
              "hash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
          "versions": [
            {
              "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
              "hash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
          "versions": [
            {
              "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
              "hash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
          "versions": [
            {
              "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
              "hash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
          "versions": [
            {
              "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
              "hash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
          "versions": [
            {
              "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
              "hash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrs4WkGDKRuNHsoCfi29DCboj",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "filterOptions": {
        "sort": [
          "name"
        ],
        "filter": [
          {
            "key": "name",
            "type": "gte",
            "filter": "Test Object 3"
          },
          {
            "key": "name",
            "type": "lte",
            "filter": "Test Object 7"
          }
        ]
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
          "versions": [
            {
              "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
              "hash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
          "versions": [
            {
              "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
              "hash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
          "versions": [
            {
              "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
              "hash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
          "versions": [
            {
              "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
              "hash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
          "versions": [
            {
              "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
              "hash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsYTWcrfrDXFL1n5Bqh9CSPQ",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 5
      }
    }
    async ContentObjects({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "filterOptions": {
        "sort": "name",
        "select": [
          "name"
        ]
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
          "versions": [
            {
              "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
              "hash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
              "type": "",
              "meta": {
                "name": "Test Object 1"
              }
            }
          ]
        },
        {
          "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
          "versions": [
            {
              "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
              "hash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
              "type": "",
              "meta": {
                "name": "Test Object 10"
              }
            }
          ]
        },
        {
          "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
          "versions": [
            {
              "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
              "hash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
              "type": "",
              "meta": {
                "name": "Test Object 2"
              }
            }
          ]
        },
        {
          "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
          "versions": [
            {
              "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
              "hash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
              "type": "",
              "meta": {
                "name": "Test Object 3"
              }
            }
          ]
        },
        {
          "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
          "versions": [
            {
              "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
              "hash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
              "type": "",
              "meta": {
                "name": "Test Object 4"
              }
            }
          ]
        },
        {
          "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
          "versions": [
            {
              "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
              "hash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
              "type": "",
              "meta": {
                "name": "Test Object 5"
              }
            }
          ]
        },
        {
          "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
          "versions": [
            {
              "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
              "hash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
              "type": "",
              "meta": {
                "name": "Test Object 6"
              }
            }
          ]
        },
        {
          "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
          "versions": [
            {
              "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
              "hash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
              "type": "",
              "meta": {
                "name": "Test Object 7"
              }
            }
          ]
        },
        {
          "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
          "versions": [
            {
              "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
              "hash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
              "type": "",
              "meta": {
                "name": "Test Object 8"
              }
            }
          ]
        },
        {
          "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
          "versions": [
            {
              "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
              "hash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
              "type": "",
              "meta": {
                "name": "Test Object 9"
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsHzoGpjdEBg1Cd12ZYBKNHM",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    Source:

    async ContentObjectVersions({
    libraryId,
    objectId
    })
    → Promise.<Object>

    List the versions of a content object

    Returns: Response containing versions of the object
    See:
    • /qlibs/:qlibid/qid/:objectid
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async ContentObjectVersions({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "noAuth": true
    });
    
    
    {
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "versions": [
        {
          "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
          "hash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
          "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
        },
        {
          "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
          "hash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
          "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
        }
      ]
    }
    Source:

    async ContentPart({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash
    })
    → Promise.<Object>

    Get information on a specific part

    Returns: Response containing information about the specified part
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    partHash string

    Hash of the part to retrieve

    Examples
    async ContentPart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "partHash": "hqp_AXZTqFxw7XLPVGtCxz8rCxRVP68q46BQ1BJvxQnTFcRcesUh"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "hash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqp_AXZTqFxw7XLPVGtCxz8rCxRVP68q46BQ1BJvxQnTFcRcesUh",
        "size": 100000
      }
    }
    async ContentPart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "partHash": "hqpeEk8szZfkraopjW41c8m59dC1aTHNds6E8PTb33sCW3Ztq6f7"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "hash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqpeEk8szZfkraopjW41c8m59dC1aTHNds6E8PTb33sCW3Ztq6f7",
        "size": 104970
      }
    }
    Source:

    async ContentParts({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    List content object parts

    Returns: Response containing list of parts of the object
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    Examples
    async ContentParts({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    [
      {
        "hash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV",
        "size": 100000
      },
      {
        "hash": "hqpeAocMWvYQWbTtwnqBCHZoq2LdA3sgmafHKq1VrW6u949hiLay",
        "size": 102657
      },
      {
        "hash": "hqp_AXZTqFxw7XLPVGtCxz8rCxRVP68q46BQ1BJvxQnTFcRcesUh",
        "size": 100000
      },
      {
        "hash": "hqpeEk8szZfkraopjW41c8m59dC1aTHNds6E8PTb33sCW3Ztq6f7",
        "size": 104970
      }
    ]
    async ContentParts({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    [
      {
        "hash": "hqpeAocMWvYQWbTtwnqBCHZoq2LdA3sgmafHKq1VrW6u949hiLay",
        "size": 102657
      },
      {
        "hash": "hqpeEk8szZfkraopjW41c8m59dC1aTHNds6E8PTb33sCW3Ztq6f7",
        "size": 104970
      },
      {
        "hash": "hqp_FgnU68f1uLuV21nrD8epp3sYSrbjwQ9QVzVJCxRXNLvknBxP",
        "size": 200000
      }
    ]
    Source:

    ContentSpaceId() → string

    Get the ID of the current content space

    Returns:

    contentSpaceId - The ID of the current content space

    Source:

    async ContentType({
    nameoptional,
    typeIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    Find the content type accessible to the current user by name, ID, or version hash

    Returns: The content type, if found
    Parameters:
    Name Type Attributes Description
    name string <optional>

    Name of the content type to find

    typeId string <optional>

    ID of the content type to find

    versionHash string <optional>

    Version hash of the content type to find

    Examples
    async ContentType({
      "typeId": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB"
    });
    
    
    {
      "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
      "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
      "name": "IMF",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 798259
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "IMF"
      }
    }
    async ContentType({
      "typeId": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
    });
    
    
    {
      "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
      "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
      "name": "Video",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.allowCustomMetadata": true,
        "eluv.schema": [
          {
            "key": "name",
            "label": "Name",
            "required": true,
            "type": "string"
          },
          {
            "key": "eluv.description",
            "label": "Description",
            "required": false,
            "type": "text"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "image",
            "label": "Thumbnail",
            "preview": true,
            "required": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "video",
            "label": "Video",
            "required": false,
            "type": "file"
          }
        ],
        "name": "Video"
      }
    }
    async ContentType({
      "typeId": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1"
    });
    
    
    {
      "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
      "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
      "name": "Linear Channel old",
      "meta": {
        "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
        "eluv.description": "",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 48699
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                2
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 48699
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Linear Channel old"
      }
    }
    async ContentType({
      "typeId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "typeId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "typeId": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP"
    });
    
    
    {
      "id": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "hash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
      "name": "Test Content Type 6358526ec02247d0bcd5",
      "meta": {
        "name": "Test Content Type 6358526ec02247d0bcd5",
        "public": {
          "name": "Test Content Type 6358526ec02247d0bcd5"
        }
      }
    }
    async ContentType({
      "typeId": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa"
    });
    
    
    {
      "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
      "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
      "name": "Channel",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 82111
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 82111
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Channel"
      }
    }
    async ContentType({
      "typeId": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX"
    });
    
    
    {
      "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
      "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
      "name": "Advertisement",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getAmount",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "custom_values",
                  "type": "bytes32[]"
                },
                {
                  "name": "stake_holders",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "ad_address",
                  "type": "address"
                }
              ],
              "name": "dbgRequest",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "bitcodeAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "maxCreditPerAd",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getContent",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getOriginator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getAdvertisement",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "creditPerAd",
                  "type": "uint256"
                }
              ],
              "name": "setMaxCreditPerAd",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getCampaign",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "name": "requestMap",
              "outputs": [
                {
                  "name": "originator",
                  "type": "address"
                },
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "advertisement",
                  "type": "address"
                },
                {
                  "name": "campaign",
                  "type": "address"
                },
                {
                  "name": "amount",
                  "type": "uint256"
                },
                {
                  "name": "status",
                  "type": "int8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "bitcode",
                  "type": "address"
                }
              ],
              "name": "setBitcodeAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                },
                {
                  "name": "campaign_address",
                  "type": "address"
                },
                {
                  "name": "ad_address",
                  "type": "address"
                },
                {
                  "name": "amount",
                  "type": "bytes32"
                }
              ],
              "name": "createMessage",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "maxCreditPerAd",
                  "type": "uint256"
                }
              ],
              "name": "MaxCreditPerAd",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "bitcode",
                  "type": "address"
                }
              ],
              "name": "BitcodeAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "flag",
                  "type": "bool"
                }
              ],
              "name": "dbgBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "addr",
                  "type": "address"
                }
              ],
              "name": "dbgAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "num",
                  "type": "uint256"
                }
              ],
              "name": "dbgUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "num",
                  "type": "uint8"
                }
              ],
              "name": "dbgUint8",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "dbgByte32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes"
                }
              ],
              "name": "dbgBytes",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 73720
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 73720
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Advertisement"
      }
    }
    async ContentType({
      "typeId": "iq__3syfVBh2A9tvygGHPetwggkfDwtn"
    });
    
    
    {
      "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
      "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
      "name": "Sponsored Content ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "validateAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "score_pct",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "preset_access_charge",
                  "type": "uint256"
                }
              ],
              "name": "setPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatoryPresetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_manager",
                  "type": "address"
                }
              ],
              "name": "setCampaignManager",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_preset_access_charge",
                  "type": "bool"
                }
              ],
              "name": "setMandatoryPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "commercialOfferingManagerAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "region",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "commercial_offering_manager_address",
                  "type": "address"
                }
              ],
              "name": "setCommercialOfferingManagerAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setRegion",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_sponsoring",
                  "type": "bool"
                }
              ],
              "name": "setMandatorySponsoring",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "accessor",
                  "type": "address"
                }
              ],
              "name": "isAvailable",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "sd",
                  "type": "bool"
                },
                {
                  "name": "hd",
                  "type": "bool"
                },
                {
                  "name": "start",
                  "type": "uint256"
                },
                {
                  "name": "end",
                  "type": "uint256"
                },
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "availability",
              "outputs": [
                {
                  "name": "clearedSD",
                  "type": "bool"
                },
                {
                  "name": "clearedHD",
                  "type": "bool"
                },
                {
                  "name": "startDate",
                  "type": "uint256"
                },
                {
                  "name": "endDate",
                  "type": "uint256"
                },
                {
                  "name": "region",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "presetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatorySponsoring",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignManager",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 123825
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 123825
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Sponsored Content ABR Master"
      }
    }
    async ContentType({
      "typeId": "iq__2punfHYE6Xv6B5GmRiuCorsELxei"
    });
    
    
    {
      "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
      "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
      "name": "Submission",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "licensingFee",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "percentPartial",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "withdraw",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "status_code",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "STATUS_FINAL_REVIEW",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "partialPayment",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                },
                {
                  "name": "new_owner",
                  "type": "address"
                }
              ],
              "name": "transferContentOwnership",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "STATUS_DRAFT_APPROVED",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "licensing_fee",
                  "type": "uint256"
                }
              ],
              "name": "setLicensingFee",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "licensingStatus",
              "outputs": [
                {
                  "name": "percentComplete",
                  "type": "uint8"
                },
                {
                  "name": "licensingFee",
                  "type": "uint256"
                },
                {
                  "name": "licensingFeePaid",
                  "type": "uint256"
                },
                {
                  "name": "valid",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "partial_payment",
                  "type": "uint8"
                }
              ],
              "name": "setPartialPayment",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent_partial",
                  "type": "uint8"
                }
              ],
              "name": "setPercentPartial",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                }
              ],
              "name": "reclaimContentOwnership",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_contract",
                  "type": "address"
                },
                {
                  "name": "approved",
                  "type": "bool"
                },
                {
                  "name": "percent_complete",
                  "type": "uint8"
                },
                {
                  "name": "note",
                  "type": "string"
                }
              ],
              "name": "reviewContent",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "content",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "PayCredit",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
        },
        "eluv.reviewApp": "reviewApp.html",
        "eluv.schema": [
          {
            "key": "name",
            "label": "Name",
            "type": "string"
          },
          {
            "fields": [
              {
                "key": "title",
                "label": "Title",
                "type": "string"
              },
              {
                "key": "synopsis",
                "label": "Synopsis",
                "type": "text"
              },
              {
                "key": "cast_and_crew",
                "label": "Cast and Crew",
                "type": "string"
              }
            ],
            "flattenDisplay": true,
            "key": "metadata",
            "type": "object"
          },
          {
            "key": "blog_post",
            "label": "Blog Post",
            "type": "text"
          },
          {
            "fields": [
              {
                "fields": [
                  {
                    "key": "1",
                    "label": "Text 1",
                    "type": "string"
                  },
                  {
                    "key": "2",
                    "label": "Text 2",
                    "type": "string"
                  }
                ],
                "flattenDisplay": true,
                "key": "text",
                "type": "object"
              }
            ],
            "key": "facebook",
            "label": "Facebook",
            "type": "object"
          },
          {
            "fields": [
              {
                "fields": [
                  {
                    "key": "1",
                    "label": "Text 1",
                    "type": "string"
                  },
                  {
                    "key": "2",
                    "label": "Text 2",
                    "type": "string"
                  }
                ],
                "flattenDisplay": true,
                "key": "text",
                "type": "object"
              },
              {
                "key": "description",
                "label": "Description",
                "type": "text"
              }
            ],
            "key": "youtube",
            "label": "YouTube",
            "type": "object"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "image",
            "label": "Primary Image",
            "preview": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "video",
            "label": "Full Video",
            "type": "file"
          },
          {
            "key": "preview_spacer",
            "label": "",
            "text": "",
            "type": "label"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "preview_image",
            "label": "Preview Image",
            "preview": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "preview_video",
            "label": "Preview Video",
            "type": "file"
          },
          {
            "key": "tag_spacer",
            "label": "",
            "text": "",
            "type": "label"
          },
          {
            "key": "tags",
            "label": "Tags",
            "type": "list"
          },
          {
            "key": "terms_and_conditions_label",
            "label": "",
            "text": "Before submitting this content, you must agree to the Terms and Conditions below",
            "type": "label"
          },
          {
            "filename": "Terms and Conditions.pdf",
            "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
            "key": "terms_and_conditions",
            "label": "Terms and Conditions",
            "type": "attachedFile"
          },
          {
            "key": "agree_to_terms",
            "label": "I agree",
            "required": true,
            "type": "boolean"
          }
        ],
        "files": {
          ".": {
            "type": "directory"
          },
          "reviewApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 206344
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Submission"
      }
    }
    async ContentType({
      "typeId": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg"
    });
    
    
    {
      "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
      "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
      "name": "Sponsored Content",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "validateAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "score_pct",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "preset_access_charge",
                  "type": "uint256"
                }
              ],
              "name": "setPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatoryPresetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_manager",
                  "type": "address"
                }
              ],
              "name": "setCampaignManager",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_preset_access_charge",
                  "type": "bool"
                }
              ],
              "name": "setMandatoryPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "commercialOfferingManagerAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "region",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "commercial_offering_manager_address",
                  "type": "address"
                }
              ],
              "name": "setCommercialOfferingManagerAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setRegion",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_sponsoring",
                  "type": "bool"
                }
              ],
              "name": "setMandatorySponsoring",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "accessor",
                  "type": "address"
                }
              ],
              "name": "isAvailable",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "sd",
                  "type": "bool"
                },
                {
                  "name": "hd",
                  "type": "bool"
                },
                {
                  "name": "start",
                  "type": "uint256"
                },
                {
                  "name": "end",
                  "type": "uint256"
                },
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "availability",
              "outputs": [
                {
                  "name": "clearedSD",
                  "type": "bool"
                },
                {
                  "name": "clearedHD",
                  "type": "bool"
                },
                {
                  "name": "startDate",
                  "type": "uint256"
                },
                {
                  "name": "endDate",
                  "type": "uint256"
                },
                {
                  "name": "region",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "presetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatorySponsoring",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignManager",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 123825
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 123825
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Sponsored Content"
      }
    }
    async ContentType({
      "typeId": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG"
    });
    
    
    {
      "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
      "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
      "name": "Commercial Offering",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 72522
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 72522
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Commercial Offering"
      }
    }
    async ContentType({
      "typeId": "iq__3ugM27TmKaK3aH5FhroqAGddFoty"
    });
    
    
    {
      "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
      "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
      "name": "Campaign",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
          "factoryAbi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ]
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                2
              ],
              "size": 40858
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                4
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                3
              ],
              "size": 40858
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Campaign"
      }
    }
    async ContentType({
      "typeId": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr"
    });
    
    
    {
      "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
      "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
      "name": "Campaign Manager",
      "meta": {
        "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
          "factoryAbi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ]
        },
        "eluv-fb.parts": {
          "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
        },
        "eluv.description": "",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                5
              ],
              "size": 39752
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                4
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                6
              ],
              "size": 39752
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Campaign Manager"
      }
    }
    async ContentType({
      "typeId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    async ContentType({
      "name": "Test Content Type 6358526ec02247d0bcd5"
    });
    
    
    {
      "id": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "hash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
      "name": "Test Content Type 6358526ec02247d0bcd5",
      "meta": {
        "name": "Test Content Type 6358526ec02247d0bcd5",
        "public": {
          "name": "Test Content Type 6358526ec02247d0bcd5"
        }
      }
    }
    async ContentType({
      "versionHash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    });
    
    
    {
      "id": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "hash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
      "name": "Test Content Type 6358526ec02247d0bcd5",
      "meta": {
        "name": "Test Content Type 6358526ec02247d0bcd5",
        "public": {
          "name": "Test Content Type 6358526ec02247d0bcd5"
        }
      }
    }
    async ContentType({
      "name": "Invalid Type Name"
    });
    
    
    <No Return Value>
    async ContentType({
      "name": "library"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "name": "Production Master"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "versionHash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "name": "ABR Master"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    async ContentType({
      "versionHash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    Source:

    async ContentTypeOwner({
    nameoptional,
    typeIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Returns the address of the owner of the specified content type

    Returns: The account address of the owner
    Parameters:
    Name Type Attributes Description
    name string <optional>

    Name of the content type to find

    typeId string <optional>

    ID of the content type to find

    versionHash string <optional>

    Version hash of the content type to find

    Example
    async ContentTypeOwner({
      "name": "Test Content Type 6358526ec02247d0bcd5"
    });
    
    
    "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    Source:

    async ContentTypes({}) → Promise.<Object>

    List all content types accessible to this user.

    Returns: Available content types
    Example
    async ContentTypes();
    
    
    {
      "iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
        "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
        "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
        "name": "IMF",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 798259
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "IMF"
        }
      },
      "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
        "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
        "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
        "name": "Video",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.allowCustomMetadata": true,
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "required": true,
              "type": "string"
            },
            {
              "key": "eluv.description",
              "label": "Description",
              "required": false,
              "type": "text"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Thumbnail",
              "preview": true,
              "required": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Video",
              "required": false,
              "type": "file"
            }
          ],
          "name": "Video"
        }
      },
      "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
        "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
        "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
        "name": "Linear Channel old",
        "meta": {
          "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 48699
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  2
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 48699
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Linear Channel old"
        }
      },
      "iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
        "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
        "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
        "name": "Library",
        "meta": {
          "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
          "eluv.description": "",
          "name": "Library"
        }
      },
      "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
        "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
        "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
        "name": "Production Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "name": "Production Master"
        }
      },
      "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP": {
        "id": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
        "hash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
        "name": "Test Content Type 6358526ec02247d0bcd5",
        "meta": {
          "name": "Test Content Type 6358526ec02247d0bcd5",
          "public": {
            "name": "Test Content Type 6358526ec02247d0bcd5"
          }
        }
      },
      "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
        "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
        "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
        "name": "Channel",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 82111
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 82111
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Channel"
        }
      },
      "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
        "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
        "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
        "name": "Advertisement",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAmount",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "custom_values",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "stake_holders",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  }
                ],
                "name": "dbgRequest",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "bitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "maxCreditPerAd",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getOriginator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAdvertisement",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "creditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "setMaxCreditPerAd",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getCampaign",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "name": "requestMap",
                "outputs": [
                  {
                    "name": "originator",
                    "type": "address"
                  },
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "advertisement",
                    "type": "address"
                  },
                  {
                    "name": "campaign",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "uint256"
                  },
                  {
                    "name": "status",
                    "type": "int8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "setBitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "campaign_address",
                    "type": "address"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "bytes32"
                  }
                ],
                "name": "createMessage",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "maxCreditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "MaxCreditPerAd",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "BitcodeAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "flag",
                    "type": "bool"
                  }
                ],
                "name": "dbgBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "addr",
                    "type": "address"
                  }
                ],
                "name": "dbgAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint256"
                  }
                ],
                "name": "dbgUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint8"
                  }
                ],
                "name": "dbgUint8",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "dbgByte32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes"
                  }
                ],
                "name": "dbgBytes",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 73720
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 73720
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Advertisement"
        }
      },
      "iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
        "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
        "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
        "name": "Sponsored Content ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content ABR Master"
        }
      },
      "iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
        "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
        "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
        "name": "Submission",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "licensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "percentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "withdraw",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "status_code",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_FINAL_REVIEW",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "partialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "new_owner",
                    "type": "address"
                  }
                ],
                "name": "transferContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_DRAFT_APPROVED",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "licensing_fee",
                    "type": "uint256"
                  }
                ],
                "name": "setLicensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "licensingStatus",
                "outputs": [
                  {
                    "name": "percentComplete",
                    "type": "uint8"
                  },
                  {
                    "name": "licensingFee",
                    "type": "uint256"
                  },
                  {
                    "name": "licensingFeePaid",
                    "type": "uint256"
                  },
                  {
                    "name": "valid",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "partial_payment",
                    "type": "uint8"
                  }
                ],
                "name": "setPartialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent_partial",
                    "type": "uint8"
                  }
                ],
                "name": "setPercentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  }
                ],
                "name": "reclaimContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_contract",
                    "type": "address"
                  },
                  {
                    "name": "approved",
                    "type": "bool"
                  },
                  {
                    "name": "percent_complete",
                    "type": "uint8"
                  },
                  {
                    "name": "note",
                    "type": "string"
                  }
                ],
                "name": "reviewContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "PayCredit",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
          },
          "eluv.reviewApp": "reviewApp.html",
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "type": "string"
            },
            {
              "fields": [
                {
                  "key": "title",
                  "label": "Title",
                  "type": "string"
                },
                {
                  "key": "synopsis",
                  "label": "Synopsis",
                  "type": "text"
                },
                {
                  "key": "cast_and_crew",
                  "label": "Cast and Crew",
                  "type": "string"
                }
              ],
              "flattenDisplay": true,
              "key": "metadata",
              "type": "object"
            },
            {
              "key": "blog_post",
              "label": "Blog Post",
              "type": "text"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                }
              ],
              "key": "facebook",
              "label": "Facebook",
              "type": "object"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                },
                {
                  "key": "description",
                  "label": "Description",
                  "type": "text"
                }
              ],
              "key": "youtube",
              "label": "YouTube",
              "type": "object"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Primary Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Full Video",
              "type": "file"
            },
            {
              "key": "preview_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "preview_image",
              "label": "Preview Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "preview_video",
              "label": "Preview Video",
              "type": "file"
            },
            {
              "key": "tag_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "key": "tags",
              "label": "Tags",
              "type": "list"
            },
            {
              "key": "terms_and_conditions_label",
              "label": "",
              "text": "Before submitting this content, you must agree to the Terms and Conditions below",
              "type": "label"
            },
            {
              "filename": "Terms and Conditions.pdf",
              "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
              "key": "terms_and_conditions",
              "label": "Terms and Conditions",
              "type": "attachedFile"
            },
            {
              "key": "agree_to_terms",
              "label": "I agree",
              "required": true,
              "type": "boolean"
            }
          ],
          "files": {
            ".": {
              "type": "directory"
            },
            "reviewApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 206344
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Submission"
        }
      },
      "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
        "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
        "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
        "name": "Sponsored Content",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content"
        }
      },
      "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
        "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
        "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
        "name": "Commercial Offering",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 72522
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 72522
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Commercial Offering"
        }
      },
      "iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
        "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
        "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
        "name": "Campaign",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  2
                ],
                "size": 40858
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  3
                ],
                "size": 40858
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign"
        }
      },
      "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
        "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
        "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
        "name": "Campaign Manager",
        "meta": {
          "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv-fb.parts": {
            "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
          },
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  5
                ],
                "size": 39752
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  6
                ],
                "size": 39752
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign Manager"
        }
      },
      "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
        "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
        "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
        "name": "ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp/index.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp": {
              ".": {
                "type": "directory"
              },
              "index.html": {
                ".": {
                  "parts": [
                    73
                  ],
                  "size": 1219848
                }
              }
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  60
                ],
                "size": 1219577
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "ABR Master"
        }
      }
    }
    Source:

    async ContractEvents({
    contractAddress,
    abi,
    fromBlockoptional,
    toBlockoptional,
    countoptional,
    includeTransactionoptional
    })
    → Promise.<Array.<Array.<Object>>>

    Get all events on the specified contract

    Returns: List of blocks, in ascending order by block number, each containing a list of the events in the block.
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    The address of the contract

    abi object

    The ABI of the contract

    fromBlock number <optional>

    Limit results to events after the specified block (inclusive)

    toBlock number <optional>

    Limit results to events before the specified block (inclusive)

    count number <optional>
    1000

    Maximum range of blocks to search (unless both toBlock and fromBlock are specified)

    includeTransaction boolean <optional>
    false

    If specified, more detailed transaction info will be included. Note: This requires one extra network call per block, so it should not be used for very large ranges

    Example
    async ContractEvents({
      "contractAddress": "0xbe0085d2087f6429d9c83e894085ab7360731b1b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ]
    });
    
    
    [
      [
        {
          "blockNumber": 64608,
          "blockHash": "0x97e4f13ec2b720f7bfded22897367570f80e7c966803a35e4d74d973581f80f8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x00000000000000000000000063b2dc00f3c1931279400418ac6b894182d902f70000000000000000000000000b0928f130bd58d521eb17925712f4f962077f3e0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x977de8ab5e8ce46cf97f77d656eb75aaf3a5c423595289e8f1f21c1762d3d09e",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "1": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "content_type": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64606,
          "blockHash": "0x507870069691e3fe1c2baa96e2b2101f479aaa396e16590691488da5c2b7fb28",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f546f717a644739784e53577a747776336947643943744c696f313752504341736e6f4a6264636f5a4745487358315732765a4a4b674b313441704334723467395257447a3563594a4500000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x179f589c4cbf505a7f134144f94692faf29b9e6c9a8343c138e7bfa83a4e9fe0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__ToqzdG9xNSWztwv3iGd9CtLio17RPCAsnoJbdcoZGEHsX1W2vZJKgK14ApC4r4g9RWDz5cYJE",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__ToqzdG9xNSWztwv3iGd9CtLio17RPCAsnoJbdcoZGEHsX1W2vZJKgK14ApC4r4g9RWDz5cYJE",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64603,
          "blockHash": "0x86e5d25cc713a541eba89c14ffaf84f560aad6fb21a78b5305ec4c7a39f04c09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f546f717a644739784e53577a747776336947643943744c696f313752504341736e6f4a6264636f5a4745487358315732765a4a4b674b313441704334723467395257447a3563594a4500000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x38c5bba3cd7aba524b2a3672ebd0e2f098bcc8f47c984b0449516ae5376bf8a1",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__ToqzdG9xNSWztwv3iGd9CtLio17RPCAsnoJbdcoZGEHsX1W2vZJKgK14ApC4r4g9RWDz5cYJE",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__ToqzdG9xNSWztwv3iGd9CtLio17RPCAsnoJbdcoZGEHsX1W2vZJKgK14ApC4r4g9RWDz5cYJE",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64599,
          "blockHash": "0xf1ad0f86e9a80a9d2d2987ac7425b53d38045bef6153e467275eeaec9f873e50",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "topics": [
            "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
          ],
          "transactionHash": "0xac5081cd47769501ed117a2517dad2d4cc7a98c30afea71e46800213d9847f11",
          "logIndex": 0,
          "name": "ReviewerGroupRemoved",
          "signature": "ReviewerGroupRemoved(address)",
          "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64597,
          "blockHash": "0x54962d3d0407fd90f0fde07ad97f629759e2ea8e4f7b578c1144d18ffc4c4da5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "topics": [
            "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
          ],
          "transactionHash": "0xbc3b40357482db049c5771debd9eac2314387de678cdeb720359d00dcde1ca36",
          "logIndex": 0,
          "name": "AccessorGroupAdded",
          "signature": "AccessorGroupAdded(address)",
          "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64594,
          "blockHash": "0xcb22eec0fb3df0d375a546614a3660d04533942fe3706d8dc72831bb967d98cb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "topics": [
            "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
          ],
          "transactionHash": "0xcc44b26cb02315f7e69280d3102ca54e65d701eacbf15fd78d6c955b2ad7722e",
          "logIndex": 0,
          "name": "ReviewerGroupAdded",
          "signature": "ReviewerGroupAdded(address)",
          "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64592,
          "blockHash": "0x03f8172aa90c861d0b8e40c4221514766c326f6bbc9f18b975ef1726cf5b1ded",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b",
          "topics": [
            "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
          ],
          "transactionHash": "0xba3f4313293696d8afa36976edea3d20337af001a41ea0ecda19cc34fe0e669c",
          "logIndex": 0,
          "name": "ContributorGroupAdded",
          "signature": "ContributorGroupAdded(address)",
          "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
          "values": {
            "0": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "group": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64590,
          "blockHash": "0xfc0ccd731f2bc03631e4c69799e15a4314bb52007c7343ff74f42f770dec650b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000000b0928f130bd58d521eb17925712f4f962077f3e",
          "topics": [
            "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
          ],
          "transactionHash": "0x37eec1e72f4c76a44eb151016a77b7bcb966b098b145f494b7bdb27c2c3758e5",
          "logIndex": 0,
          "name": "ContentTypeRemoved",
          "signature": "ContentTypeRemoved(address)",
          "topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
          "values": {
            "0": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "contentType": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64588,
          "blockHash": "0x72a6d2cc1c040833b6a913cc58c142d47bf9cf8b943301da0e80e5551bd5df44",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000000b0928f130bd58d521eb17925712f4f962077f3e0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
          ],
          "transactionHash": "0xdbc9ce906a7f388b94d690e26431cda28f6901f3e8a5d5a58c3000f4b2543d0c",
          "logIndex": 0,
          "name": "ContentTypeAdded",
          "signature": "ContentTypeAdded(address,address)",
          "topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
          "values": {
            "0": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "1": "0x0000000000000000000000000000000000000000",
            "contentType": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "contentContract": "0x0000000000000000000000000000000000000000",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64586,
          "blockHash": "0xbd700c591eefca2b1a563c06aada9ba501a8055461dd48936d8f9964c4a91f5c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000000b0928f130bd58d521eb17925712f4f962077f3e",
          "topics": [
            "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
          ],
          "transactionHash": "0x322738ae9e8872771713ec96657736907c707b7b943c45e8484b93f7ed72ef1a",
          "logIndex": 0,
          "name": "ContentTypeRemoved",
          "signature": "ContentTypeRemoved(address)",
          "topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
          "values": {
            "0": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "contentType": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64583,
          "blockHash": "0x8614ddc196981dd38c71eb7b465813ce694772da044fb47303e0027d2fba3b6b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000000b0928f130bd58d521eb17925712f4f962077f3e0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
          ],
          "transactionHash": "0x64c2175f6bb1227aad73924dbdfefe3f57334305e082cd6870ad0af177d1e48e",
          "logIndex": 0,
          "name": "ContentTypeAdded",
          "signature": "ContentTypeAdded(address,address)",
          "topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
          "values": {
            "0": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "1": "0x0000000000000000000000000000000000000000",
            "contentType": "0x0b0928F130bd58D521eb17925712F4F962077f3e",
            "contentContract": "0x0000000000000000000000000000000000000000",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64581,
          "blockHash": "0xd77d1f13c81a85d81a1af2a168098b5e0025dafa5ec7dc2e1bd1ac991d70f60c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xdfc484db53845c0231d39863d7928f88a5c79f8e8a494749ed95ed6ad995ff37",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 64579,
          "blockHash": "0xfbad22f05ecac0366dba8ca3986cef8c0c7a25ceef161a2b1f42c4d8ee1f53d7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b3373725574694d694372383333453270643846426a4d5163525254644b733163764737767059385753433344516e4e644359514a4b797a706e7174516f6e4658564b75335355764d51000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9c7ae33207a97957b2727b6c467ee1dd1cf6f04784dbe2b1e8fec84782591fa4",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__K3srUtiMiCr833E2pd8FBjMQcRRTdKs1cvG7vpY8WSC3DQnNdCYQJKyzpnqtQonFXVKu3SUvMQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__K3srUtiMiCr833E2pd8FBjMQcRRTdKs1cvG7vpY8WSC3DQnNdCYQJKyzpnqtQonFXVKu3SUvMQ",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64577,
          "blockHash": "0xab81046615645f2f3fdd78c61f626ec9308b5e497f4b68b558dbd09777819260",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b3373725574694d694372383333453270643846426a4d5163525254644b733163764737767059385753433344516e4e644359514a4b797a706e7174516f6e4658564b75335355764d51000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0e7df08b063b7c50839ad79281324fd7c51d9e4c8d1a528c879b022053150e66",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__K3srUtiMiCr833E2pd8FBjMQcRRTdKs1cvG7vpY8WSC3DQnNdCYQJKyzpnqtQonFXVKu3SUvMQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__K3srUtiMiCr833E2pd8FBjMQcRRTdKs1cvG7vpY8WSC3DQnNdCYQJKyzpnqtQonFXVKu3SUvMQ",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64575,
          "blockHash": "0x0a778efdf125a1975f012a13b46a038a1c186d0e96764499a09c0d4edb8d87fa",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x8838981c46ac8afe4c728bbf8429c180d03880c1fc9386d228b18132e5a9e777",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ]
    ]
    Source:

    async ContractName({contractAddress}) → Promise.<string>

    Return the name of the contract, as specified in the contracts "version" string

    Returns: Name of the contract
    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract

    Source:

    async CopyContentObject({
    libraryId,
    originalVersionHash,
    optionsoptional
    })
    → Promise.<Object>

    Create a new content object draft from an existing content object version.

    Note: The type of the new copy can be different from the original object.

    Returns: Response containing the object ID and write token of the draft
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library in which to create the new object

    originalVersionHash

    Version hash of the object to copy

    options Object <optional>

    type: Version hash of the content type to associate with the object - may be different from the original object

    meta: Metadata to use for the new object - This will be merged into the metadata of the original object

    Example
    async CopyContentObject({
      "libraryId": "ilibcw2SXJK4PHewfyUvvoEC5Qt3QCS",
      "originalVersionHash": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC",
      "options": {
        "type": "",
        "meta": {
          "copy": "metadata"
        },
        "copy_from": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC"
      }
    });
    
    
    {
      "id": "iq__22AVXfM6FhJqHquLKiWGMHgUBwdr",
      "write_token": "tqw_hgoR485VuuGA1oMdbkbKf9dXfGEdGGR5",
      "type": "",
      "meta": null
    }
    Source:

    async CreateABRMezzanine({
    libraryId,
    name,
    descriptionoptional,
    metadataoptional,
    masterVersionHash,
    variantoptional
    })
    → Object

    Create a mezzanine of the given master content object

    Returns: The finalize response for the object, as well as logs, warnings and errors from the mezzanine initialization
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the mezzanine library

    name string

    Name for mezzanine content object

    description string <optional>

    Description for mezzanine content object

    metadata Object <optional>

    Additional metadata for mezzanine content object

    masterVersionHash string

    The version hash of the production master content object

    variant string <optional>

    What variant of the master content object to use

    Example
    async CreateABRMezzanine({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "masterVersionHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
      "name": "Mezzanine Test",
      "description": "Mezzanine Test Description",
      "metadata": {
        "test": "mezzanine"
      }
    });
    
    
    {
      "logs": [
        "2019-10-28 23:05:15 Debug: apiAbrMezzanineInit()",
        "2019-10-28 23:05:15 Info: Get production.Variant",
        "2019-10-28 23:05:15 Info: Generate abr.Offering",
        "2019-10-28 23:05:15 Info: Saving metadata"
      ],
      "warnings": [],
      "errors": [],
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "hash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
      "write_token": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async CreateAccessGroup({
    name,
    descriptionoptional,
    metaoptional
    })
    → Promise.<string>

    Create a access group

    A new access group contract is deployed from the content space

    Returns: Contract address of created access group
    Parameters:
    Name Type Attributes Description
    name string

    Name of the access group

    description string <optional>

    Description for the access group

    meta object <optional>

    Metadata for the access group

    Example
    async CreateAccessGroup({
      "name": "Test Access Group",
      "description": "Test Access Group Description",
      "metadata": {
        "group": "metadata"
      }
    });
    
    
    "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
    Source:

    async CreateContentLibrary({
    name,
    descriptionoptional,
    imageoptional,
    metadataoptional,
    kmsIdoptional
    })
    → Promise.<string>

    Create a new content library.

    A new content library contract is deployed from the content space, and that contract ID is used to determine the library ID to create in the fabric.

    Returns: Library ID of created library
    See:
    • PUT /qlibs/:qlibid
    Parameters:
    Name Type Attributes Description
    name string

    Library name

    description string <optional>

    Library description

    image blob <optional>

    Image associated with the library

    metadata Object <optional>

    Metadata of library object

    kmsId string <optional>

    ID of the KMS to use for content in this library. If not specified, the default KMS will be used.

    Examples
    async CreateContentLibrary({
      "name": "Test Library 6358526ec02247d0bcd5",
      "description": "Test Library Description",
      "metadata": {
        "private": {
          "meta": "data"
        }
      }
    });
    
    
    "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    async CreateContentLibrary({
      "name": "Test Object Filtering"
    });
    
    
    "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw"
    async CreateContentLibrary({
      "name": "Test Media Library",
      "metadata": {
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "media_type": "audio",
                  "bit_rate": 128000,
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 4900000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1452
                },
                {
                  "media_type": "video",
                  "bit_rate": 3375000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 968
                },
                {
                  "media_type": "video",
                  "bit_rate": 1500000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 726
                },
                {
                  "media_type": "video",
                  "bit_rate": 825000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 580
                },
                {
                  "media_type": "video",
                  "bit_rate": 300000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 6500000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1920
                },
                {
                  "media_type": "video",
                  "bit_rate": 4500000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 1280
                },
                {
                  "media_type": "video",
                  "bit_rate": 2000000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 960
                },
                {
                  "media_type": "video",
                  "bit_rate": 1100000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 768
                },
                {
                  "media_type": "video",
                  "bit_rate": 400000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "type": "DrmWidevine",
                "license_servers": [],
                "enc_scheme_name": "cenc",
                "content_id": ""
              },
              "protocol": {
                "type": "ProtoDash",
                "min_buffer_length": 2
              }
            },
            "hls-aes128": {
              "drm": {
                "type": "DrmAes128",
                "enc_scheme_name": "aes-128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        }
      }
    });
    
    
    "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8"
    Source:

    async CreateContentObject({
    libraryId,
    objectIdoptional,
    optionsoptional
    })
    → Promise.<Object>

    Create a new content object draft.

    A new content object contract is deployed from the content library, and that contract ID is used to determine the object ID to create in the fabric.

    Returns: Response containing the object ID and write token of the draft
    See:
    • PUT /qlibs/:qlibid/q/:objectid
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId objectId <optional>

    ID of the object (if contract already exists)

    options Object <optional>

    type: Version hash of the content type to associate with the object

    meta: Metadata to use for the new object

    Examples
    async CreateContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "options": {
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
        "meta": {
          "name": "Test Content Object",
          "toMerge": {
            "merge": "me"
          },
          "toReplace": {
            "replace": "me"
          },
          "toDelete": {
            "delete": "me"
          }
        },
        "visibility": 100
      }
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "write_token": "tqw_EieNLPyxd1QEfRgTfn3uEn1fRHMEMuK7d",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 10",
          "otherKey": 0
        }
      }
    });
    
    
    {
      "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
      "write_token": "tqw_N1jZbiZqNc4p9QkKeVmA7weoj3Yt8qadn",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 6",
          "otherKey": 4
        }
      }
    });
    
    
    {
      "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
      "write_token": "tqw_PFaLL3adcGc6PfLnzZYoHM7AXrJN9Uu9D",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 5",
          "otherKey": 5
        }
      }
    });
    
    
    {
      "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
      "write_token": "tqw_FLVcK3hZJbH45cUDuVLVDnRZre4WCx8MS",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 4",
          "otherKey": 6
        }
      }
    });
    
    
    {
      "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
      "write_token": "tqw_HzVnWaSfZkMB6yP43tmei5z3ipi8wuDT9",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 3",
          "otherKey": 7
        }
      }
    });
    
    
    {
      "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
      "write_token": "tqw_JhadBUqS9j137ediSmmrc1WyLaVSR3J5h",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 2",
          "otherKey": 8
        }
      }
    });
    
    
    {
      "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
      "write_token": "tqw_mFxDtjDwXRvdQ8aSnuAUgVpi1gvgFKCZ",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 1",
          "otherKey": 9
        }
      }
    });
    
    
    {
      "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
      "write_token": "tqw_3DWWEjsiFSfB5KdJT15v4PZCDDQjEFcc5",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 9",
          "otherKey": 1
        }
      }
    });
    
    
    {
      "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
      "write_token": "tqw_HKwRe25GUQoYoa7fNa5cnS1H8UwthhEJx",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 7",
          "otherKey": 3
        }
      }
    });
    
    
    {
      "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
      "write_token": "tqw_Jgib6uA2PP8aBB9i2kMJy86t2912X1ib",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "options": {
        "meta": {
          "name": "Test Object 8",
          "otherKey": 2
        }
      }
    });
    
    
    {
      "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
      "write_token": "tqw_nReoZJNZkcKu7L4tYQ41dARgQT4hG9dz",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "options": {
        "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
      }
    });
    
    
    {
      "id": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "write_token": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    async CreateContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "options": {
        "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
      }
    });
    
    
    {
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "write_token": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async CreateContentSpace({name}) → Promise.<string>

    Deploy a new content space contract

    Returns: Content space ID of the created content space
    Parameters:
    Name Type Description
    name String

    Name of the content space

    Source:

    async CreateContentType({
    libraryIdoptional,
    name,
    metadata,
    bitcodeoptional
    })
    → Promise.<string>

    Create a new content type.

    A new content type contract is deployed from the content space, and that contract ID is used to determine the object ID to create in the fabric. The content type object will be created in the special content space library (ilib)

    Returns: Object ID of created content type
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library in which to create the content type. If not specified, it will be created in the content space library

    name string

    Name of the content type

    metadata object

    Metadata for the new content type

    bitcode Blob | Buffer <optional>

    Bitcode to be used for the content type

    Example
    async CreateContentType({
      "name": "Test Content Type 6358526ec02247d0bcd5"
    });
    
    
    "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP"
    Source:

    async CreatePart({
    libraryId,
    objectId,
    writeToken,
    encryptionoptional
    })
    → Promise.<string>

    Create a part upload draft

    Returns: The part write token for the part draft
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async CreatePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "encryption": "none"
    });
    
    
    "tqpwAiUaD95zEWrpGVxwHa413ugXkWaYjTrf8"
    async CreatePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
      "encryption": "none"
    });
    
    
    "tqpw341C2iXdwhtFHnFeaK3M2ERoGvxwirfnK"
    async CreatePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
      "encryption": "cgck"
    });
    
    
    "tqpw9WRDiSpx3xdYuzp1AsUF22qonKfMDJ7ns"
    async CreatePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba"
    });
    
    
    "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X"
    async CreatePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "encryption": "cgck"
    });
    
    
    "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX"
    Source:

    async CreateProductionMaster({
    libraryId,
    name,
    descriptionoptional,
    contentTypeName,
    metadataoptional,
    fileInfooptional,
    filePaths,
    copyoptional,
    callbackoptional,
    accessoptional
    })
    → Object

    Create a master media content object with the given files.

    • If uploading using local files, use fileInfo parameter (see UploadFiles for format)
    • If uploading from S3 bucket, use access, filePath and copy, parameters (see UploadFilesFromS3 method)
    Returns: The finalize response for the object, as well as logs, warnings and errors from the master initialization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    name string

    Name of the content

    description string <optional>

    Description of the content

    contentTypeName string

    Name of the content type to use

    metadata Object <optional>

    Additional metadata for the content object

    fileInfo Object <optional>

    (Local) Files to upload to (See UploadFiles method)

    filePaths Array.<string>

    (S3) List of files to copy/reference from bucket

    copy boolean <optional>
    false

    (S3) If specified, files will be copied from S3

    callback function <optional>

    Progress callback for file upload (See UploadFiles or UploadFilesFromS3 method)

    access Object <optional>

    (S3) Region, bucket, access key and secret for S3

    • Format: {region, bucket, accessKey, secret}
    Throws:

    error - If the initialization of the master fails, error details can be found in error.body

    Type
    Object
    Example
    async CreateProductionMaster({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "name": "Production Master Test",
      "description": "Production Master Test Description",
      "metadata": {
        "test": "master"
      },
      "fileInfo": [
        {
          "path": "Video.mp4",
          "mime_type": "video/mp4",
          "size": 97944174,
          "type": "file"
        }
      ]
    });
    
    
    {
      "errors": [],
      "logs": [
        "2019-10-28 23:05:08 Debug: avtest.initProdMaster()",
        "2019-10-28 23:05:08 Info: Get list of files from object",
        "2019-10-28 23:05:08 Info: 2 item(s) found in file list.",
        "2019-10-28 23:05:08 Info: Skipping '.'",
        "2019-10-28 23:05:08 Info: Analyzing Video.mp4",
        "2019-10-28 23:05:08 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN"
      ],
      "warnings": [],
      "id": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
      "write_token": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    Source:

    CurrentAccountAddress() → string

    Get the account address of the current signer

    Returns: The address of the current signer
    Source:

    async CustomContractAddress({
    libraryId,
    objectId
    })
    → Promise.<string>|undefined

    Get the custom contract of the specified object

    Returns: If the object has a custom contract, this will return the address of the custom contract
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async CustomContractAddress({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03"
    Source:

    async DefaultKMSAddress() → Promise.<string>

    Get the address of the default KMS of the content space

    Returns: Address of the KMS
    Example
    async DefaultKMSAddress();
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    Source:

    async DeleteAccessGroup({contractAddress})

    Delete an access group

    Calls the kill method on the specified access group's contract

    Parameters:
    Name Type Description
    contractAddress string

    The address of the access group contract

    Example
    async DeleteAccessGroup({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentLibrary({libraryId})

    Delete the specified content library

    See:
    • DELETE /qlibs/:qlibid
    Parameters:
    Name Type Description
    libraryId string

    ID of the library to delete

    Example
    async DeleteContentLibrary({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentObject({
    libraryId,
    objectId
    })

    Delete specified content object

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async DeleteContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentVersion({versionHashoptional})

    Delete specified version of the content object

    Parameters:
    Name Type Attributes Description
    versionHash string <optional>

    Hash of the object version - if not specified, most recent version will be deleted

    Example
    async DeleteContentVersion({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN"
    });
    
    
    <No Return Value>
    Source:

    async DeleteFiles({
    libraryId,
    objectId,
    writeToken,
    filePaths
    })

    Delete the specified list of files/directories

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    filePaths Array.<string>

    List of file paths to delete

    Source:

    async DeleteMetadata({
    libraryId,
    objectId,
    writeToken,
    metadataSubtreeoptional
    })

    Delete content object metadata of specified subtree

    See:
    • DELETE /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    • if not specified, all metadata will be deleted
    Example
    async DeleteMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_299ZpRXXdvd6y3EZ36Hgj7cHSNioL5R38",
      "metadataSubtree": "toDelete"
    });
    
    
    <No Return Value>
    Source:

    async DeletePart({
    libraryId,
    objectId,
    writeToken,
    partHash
    })

    Delete the specified part from a content draft

    See:
    • DELETE /qlibs/:qlibid/q/:write_token/parts/:qparthash
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partHash string

    Hash of the part to delete

    Examples
    async DeletePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_C77TbASUUJJSthSug4MbiJaqGcRPtLmkG",
      "partHash": "hqp_AXZTqFxw7XLPVGtCxz8rCxRVP68q46BQ1BJvxQnTFcRcesUh"
    });
    
    
    <No Return Value>
    async DeletePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_C77TbASUUJJSthSug4MbiJaqGcRPtLmkG",
      "partHash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV"
    });
    
    
    <No Return Value>
    Source:

    async DeployContract({
    abi,
    bytecode,
    constructorArgs,
    overridesoptional
    })
    → Promise.<Object>

    Deploy a contract from ABI and bytecode. This client's signer will be the owner of the contract.

    Returns: Response containing the deployed contract address and the transaction hash of the deployment
    Parameters:
    Name Type Attributes Description
    abi Object

    ABI of contract

    bytecode string

    Bytecode of the contract

    constructorArgs Array.<string>

    List of arguments to the contract constructor

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Example
    async DeployContract({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
      "constructorArgs": []
    });
    
    
    {
      "contractAddress": "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03",
      "transactionHash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
    }
    Source:

    async DownloadFile({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    filePath,
    formatoptional
    })
    → Promise.<ArrayBuffer>

    Download a file from a content object

    Returns: File data in the requested format
    See:
    • GET /qlibs/:qlibid/q/:qhit/files/:filePath
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    filePath string

    Path to the file to download

    format string <optional>
    "blob"

    Format in which to return the data ("blob" | "arraybuffer")

    Examples
    async DownloadFile({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "filePath": "testDirectory/File 1",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    async DownloadFile({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "filePath": "testDirectory/File 2",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    Source:

    async DownloadPart({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash,
    formatoptional,
    chunkedoptional,
    chunkSizeoptional,
    callbackoptional
    })
    → Promise.<ArrayBuffer>

    Download a part from a content object. The fromByte and range parameters can be used to specify a specific section of the part to download.

    Returns: Part data in the specified format
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    partHash string

    Hash of the part to download

    format string <optional>
    "arrayBuffer"

    Format in which to return the data

    chunked boolean <optional>
    false

    If specified, part will be downloaded and decrypted in chunks. The specified callback will be invoked on completion of each chunk. This is recommended for large files, especially if they are encrypted.

    chunkSize number <optional>
    1000000

    If doing chunked download, size of each chunk to fetch

    callback function <optional>

    Will be called on completion of each chunk

    • Signature: ({bytesFinished, bytesTotal, chunk}) => {}

    Note: If the part is encrypted, bytesFinished/bytesTotal will not exactly match the size of the data received. These values correspond to the size of the encrypted data - when decrypted, the part will be slightly smaller.

    Example
    async DownloadPart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "partHash": "hqpeAocMWvYQWbTtwnqBCHZoq2LdA3sgmafHKq1VrW6u949hiLay",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    Source:

    async EditContentObject({
    libraryId,
    objectId,
    optionsoptional
    })
    → Promise.<object>

    Create a new content object draft from an existing object.

    Returns: Response containing the object ID and write token of the draft
    See:
    • POST /qlibs/:qlibid/qid/:objectid
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    options object <optional>

    meta: New metadata for the object - will be merged into existing metadata if specified

    Examples
    async EditContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3"
    });
    
    
    {
      "id": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "write_token": "tqw_7jit568WQoCyc5fKZq26LfipGbjwxZS7a",
      "type": ""
    }
    async EditContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "write_token": "tqw_Pu7ov3pw2UhDzL15kS9RUWF5Us8ndMj7b",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async EditContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "options": {
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      }
    });
    
    
    {
      "id": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "write_token": "tqw_Kgvp5VsB3Cixy387T9EiFYe3mW8cGbsjw",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async EditContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym"
    });
    
    
    {
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "write_token": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    async EditContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "write_token": "tqw_PcH9fTZqfyCZ16A8yZghxHa9wVV9JvdqK",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async EditContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "write_token": "tqw_C77TbASUUJJSthSug4MbiJaqGcRPtLmkG",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    Source:

    async Encrypt({
    libraryId,
    objectId,
    writeToken,
    chunk
    })
    → Promise.<ArrayBuffer>

    Encrypt the specified chunk for the specified object or draft

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    chunk Promise.<(ArrayBuffer|Buffer)>

    The data to encrypt

    Source:

    async EncryptionConk({
    libraryId,
    objectId,
    writeToken
    })

    Retrieve the encryption conk for the specified object. If one has not yet been created and a writeToken has been specified, this method will create a new conk and save it to the draft metadata

    Returns:

    Promise - The encryption conk for the object

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    Example
    async EncryptionConk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      "secret_key": "kpsk11111111111111116pf4ajmrC7ZvgHenJ3QtPwrygEUCVzMuo2K3Euhfacfh",
      "public_key": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
      "symm_key": "kpsyBrmL4Hs3BU698bmnGAwsdt"
    }
    Source:

    async Events({
    toBlockoptional,
    fromBlockoptional,
    countoptional,
    includeTransactionoptional
    })
    → Promise.<Array.<Array.<Object>>>

    Get events from the blockchain in reverse chronological order, starting from toBlock. This will also attempt to identify and parse any known Eluvio contract methods. If successful, the method name, signature, and input values will be included in the log entry.

    Returns: List of blocks, in ascending order by block number, each containing a list of the events in the block.
    Parameters:
    Name Type Attributes Default Description
    toBlock number <optional>

    Limit results to events before the specified block (inclusive) - If not specified, will start from latest block

    fromBlock number <optional>

    Limit results to events after the specified block (inclusive)

    count number <optional>
    10

    Max number of events to include (unless both toBlock and fromBlock are specified)

    includeTransaction boolean <optional>
    false

    If specified, more detailed transaction info will be included. Note: This requires two extra network calls per transaction, so it should not be used for very large ranges

    Examples
    async Events({
      "count": 5
    });
    
    
    [
      [
        {
          "blockNumber": 64710,
          "blockHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64709,
          "blockHash": "0xf468914f1b8862fefdaa53b295aad88faac08ef9bdf0359799af2673573d53d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64708,
          "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64707,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "logIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64711,
          "blockHash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "hash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "parentHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "number": 64711,
          "timestamp": 1572304072,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e75780000000000000008fc87cc07b61bb487020bd6bcd51dda7f65a94c28f6563b60ab550da9622e5f7fb44c21d6e4c85da6384d978f88e283e56934224918ccc0b94f799d4f5fc4f401",
          "transactions": [
            "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
          ],
          "transactionHash": "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
        }
      ]
    ]
    async Events({
      "count": 20
    });
    
    
    [
      [
        {
          "blockNumber": 64710,
          "blockHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64709,
          "blockHash": "0xf468914f1b8862fefdaa53b295aad88faac08ef9bdf0359799af2673573d53d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64708,
          "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64707,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "logIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64705,
          "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64703,
          "blockHash": "0xf6c5ebb09c7ecdebf15536d79de55bd617ca03d740dfaa6b709d2b5f1741fef0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0xb401bc88935f24f91a9b48db0f66ddd168a7e36b8fbe03e1e85e72fb51009088",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64706,
          "blockHash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "hash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "parentHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "number": 64706,
          "timestamp": 1572304066,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000f61836e8c0b0031cc793eb904e556b27b56050b1c1a4f53505065e99eae91fef30e4331271735cbadadfe2d542d1ff3859d91fa1bcee5e1c3f11c5d3bfa5ecc000",
          "transactions": [
            "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
          ],
          "transactionHash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
        }
      ],
      [
        {
          "blockNumber": 64701,
          "blockHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2ef780787e5075e44822af6278b677be863fe50867a9f635ed73e0151c05a3b0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64700,
          "blockHash": "0xb5ed08d5c216d4dd435394b42e009c49a7fee5408423ef47d88dfe5dc039ed2e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe8650f617507c40f959a521ed316e175bac7d5e6a6cd45d2357da2a2e31c3c50",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64699,
          "blockHash": "0xaea8c717150ee76862bd770ad47f19c720bd07eb5fe609e60d04e1eda96afcba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2c3163c1f8ca0f268415720ffbf4f8c5a339de3ce3cf8b62c84218898499d44b",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64698,
          "blockHash": "0x030a6797a01c09dea17f8749a1455768cb2ea6c9fc6d809dc8d21f8ee37dbe57",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x20d8b27633f83621b034530c10ee938406a29c85bb037a236d25b94471f3a4e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64696,
          "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "containingLibrary": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64694,
          "blockHash": "0x08f7bbe942a7357663005e861ad5f9824d6c6675c347aa64b1282131e66813e4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0266766d24b90add2e2c0f654c4791bdc4af51740f76db4da4c861f2ee6cf9d8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64693,
          "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 64692,
          "blockHash": "0x5d7a979d923d09548cfdd86a4fa150c28cd5d0ff8d28bc7240d58b2718588e78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1d807d82b31c5965ededc9efa012549808ca308bb412126d750ac6296f176734",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64702,
          "blockHash": "0x5552308e3e50b81464aa0f321e9453df15fb347d718cfc449f9a627585acf956",
          "hash": "0x5552308e3e50b81464aa0f321e9453df15fb347d718cfc449f9a627585acf956",
          "parentHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "number": 64702,
          "timestamp": 1572304061,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dbc"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e7578000000000000002a0d8ab9614359dfd7d7b9f3cfddb429cccaa7e1add18f6129f9a7226f54f4de0dd3f3347d29c0d7c4c18b29fbad22470bfe190a6ea16a2949db7d88ee7f209b00",
          "transactions": [
            "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22"
          ],
          "transactionHash": "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22"
        }
      ],
      [
        {
          "blockNumber": 64711,
          "blockHash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "hash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "parentHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "number": 64711,
          "timestamp": 1572304072,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e75780000000000000008fc87cc07b61bb487020bd6bcd51dda7f65a94c28f6563b60ab550da9622e5f7fb44c21d6e4c85da6384d978f88e283e56934224918ccc0b94f799d4f5fc4f401",
          "transactions": [
            "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
          ],
          "transactionHash": "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
        }
      ]
    ]
    async Events({
      "count": 0
    });
    
    
    []
    async Events({
      "fromBlock": 64706
    });
    
    
    [
      [
        {
          "blockNumber": 64710,
          "blockHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64709,
          "blockHash": "0xf468914f1b8862fefdaa53b295aad88faac08ef9bdf0359799af2673573d53d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64708,
          "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64707,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "logIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64711,
          "blockHash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "hash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "parentHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "number": 64711,
          "timestamp": 1572304072,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e75780000000000000008fc87cc07b61bb487020bd6bcd51dda7f65a94c28f6563b60ab550da9622e5f7fb44c21d6e4c85da6384d978f88e283e56934224918ccc0b94f799d4f5fc4f401",
          "transactions": [
            "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
          ],
          "transactionHash": "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
        }
      ],
      [
        {
          "blockNumber": 64706,
          "blockHash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "hash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "parentHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "number": 64706,
          "timestamp": 1572304066,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000f61836e8c0b0031cc793eb904e556b27b56050b1c1a4f53505065e99eae91fef30e4331271735cbadadfe2d542d1ff3859d91fa1bcee5e1c3f11c5d3bfa5ecc000",
          "transactions": [
            "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
          ],
          "transactionHash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
        }
      ]
    ]
    async Events({
      "toBlock": 64701,
      "fromBlock": 64691
    });
    
    
    [
      [
        {
          "blockNumber": 64701,
          "blockHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2ef780787e5075e44822af6278b677be863fe50867a9f635ed73e0151c05a3b0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64700,
          "blockHash": "0xb5ed08d5c216d4dd435394b42e009c49a7fee5408423ef47d88dfe5dc039ed2e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe8650f617507c40f959a521ed316e175bac7d5e6a6cd45d2357da2a2e31c3c50",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64699,
          "blockHash": "0xaea8c717150ee76862bd770ad47f19c720bd07eb5fe609e60d04e1eda96afcba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2c3163c1f8ca0f268415720ffbf4f8c5a339de3ce3cf8b62c84218898499d44b",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64698,
          "blockHash": "0x030a6797a01c09dea17f8749a1455768cb2ea6c9fc6d809dc8d21f8ee37dbe57",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x20d8b27633f83621b034530c10ee938406a29c85bb037a236d25b94471f3a4e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64696,
          "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "containingLibrary": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64694,
          "blockHash": "0x08f7bbe942a7357663005e861ad5f9824d6c6675c347aa64b1282131e66813e4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0266766d24b90add2e2c0f654c4791bdc4af51740f76db4da4c861f2ee6cf9d8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64693,
          "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 64692,
          "blockHash": "0x5d7a979d923d09548cfdd86a4fa150c28cd5d0ff8d28bc7240d58b2718588e78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1d807d82b31c5965ededc9efa012549808ca308bb412126d750ac6296f176734",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64691,
          "blockHash": "0xf8b6145ae96697972b61028e8ccc3bf64ec8233fcd12048a11b7c489c11eabf9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ]
    ]
    async Events({
      "count": 100,
      "includeTransaction": false
    });
    
    
    [
      [
        {
          "blockNumber": 64710,
          "blockHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64709,
          "blockHash": "0xf468914f1b8862fefdaa53b295aad88faac08ef9bdf0359799af2673573d53d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64708,
          "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64707,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "logIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64705,
          "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64703,
          "blockHash": "0xf6c5ebb09c7ecdebf15536d79de55bd617ca03d740dfaa6b709d2b5f1741fef0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0xb401bc88935f24f91a9b48db0f66ddd168a7e36b8fbe03e1e85e72fb51009088",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64706,
          "blockHash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "hash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "parentHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "number": 64706,
          "timestamp": 1572304066,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000f61836e8c0b0031cc793eb904e556b27b56050b1c1a4f53505065e99eae91fef30e4331271735cbadadfe2d542d1ff3859d91fa1bcee5e1c3f11c5d3bfa5ecc000",
          "transactions": [
            "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
          ],
          "transactionHash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
        }
      ],
      [
        {
          "blockNumber": 64701,
          "blockHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2ef780787e5075e44822af6278b677be863fe50867a9f635ed73e0151c05a3b0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64700,
          "blockHash": "0xb5ed08d5c216d4dd435394b42e009c49a7fee5408423ef47d88dfe5dc039ed2e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe8650f617507c40f959a521ed316e175bac7d5e6a6cd45d2357da2a2e31c3c50",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64699,
          "blockHash": "0xaea8c717150ee76862bd770ad47f19c720bd07eb5fe609e60d04e1eda96afcba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2c3163c1f8ca0f268415720ffbf4f8c5a339de3ce3cf8b62c84218898499d44b",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64698,
          "blockHash": "0x030a6797a01c09dea17f8749a1455768cb2ea6c9fc6d809dc8d21f8ee37dbe57",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x20d8b27633f83621b034530c10ee938406a29c85bb037a236d25b94471f3a4e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64696,
          "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "containingLibrary": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64694,
          "blockHash": "0x08f7bbe942a7357663005e861ad5f9824d6c6675c347aa64b1282131e66813e4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0266766d24b90add2e2c0f654c4791bdc4af51740f76db4da4c861f2ee6cf9d8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64693,
          "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 64692,
          "blockHash": "0x5d7a979d923d09548cfdd86a4fa150c28cd5d0ff8d28bc7240d58b2718588e78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1d807d82b31c5965ededc9efa012549808ca308bb412126d750ac6296f176734",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64691,
          "blockHash": "0xf8b6145ae96697972b61028e8ccc3bf64ec8233fcd12048a11b7c489c11eabf9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "contentAddress": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "containingLibrary": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64689,
          "blockHash": "0x9a9534d68e154d7ad28320c4963d73c364777a1d45958596230ea4e26d30666e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4432484e424458524b52326f6b5a6d6f43315064716848693672347a79726e515a73613775577742797077664d676d4d416d6578696a534c57794a5243677a664c6d53586a334c7a6772000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xa9568fecbdacc09f6ffd3d73895edf0cc300e9ade6157b43ec1cd8105af5d166",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64688,
          "blockHash": "0x8d0bafd1c15acb48b3a5588e34b3b68eafe67de99d27d549d32bd5ed27275252",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4432484e424458524b52326f6b5a6d6f43315064716848693672347a79726e515a73613775577742797077664d676d4d416d6578696a534c57794a5243677a664c6d53586a334c7a6772000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb8d3b546b0e133566ef792ca6f16d5b0969898097f0659007b9b15169af7b625",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64687,
          "blockHash": "0xdb73309cba098f546eca5d5ccf2376f2104e6fd3aad4ccb4c2f7811ed01a8052",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x719ae4fba96b8731e2dad8d6cf6e089a5574891724b6778e0e521a2b140c9de2",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64686,
          "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "libraryAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64686,
          "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f996300000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64686,
          "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        }
      ],
      [
        {
          "blockNumber": 64685,
          "blockHash": "0x25f197070a1648a6737b9e0093b3e75db5cf0cc4ec34571340475e7c5a40d871",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2bb0cfad52e2f2865e2a5722403ef26227ce737c57e21aadbe53b6f53b26502f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64684,
          "blockHash": "0xa6d91db68ce513db37b552d248c3390171742e0ac05df8d42de93662e7ed64cd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34327754645a755172634e614a31427a576b716372667a5874736e4d3153797372426250386577686e4c6d5539736b79415654794631597556647454437958484547434272744d57506f000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2346a4ecc0da861c52b8ca637828fc83134408504df36bb2e5798900bd4dbf8d",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64683,
          "blockHash": "0x0dedf4877223817534fec3f41b8f9f5ddcf9ff74831f8ba3c002613f691fa9d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xd4f7d1dd81ac4a9cbc01a4aa8a3f5b2fb61b367b72de10511a30edb8c07e25fc",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64682,
          "blockHash": "0x0a34eae717082ec5e9fe60f8b9f60e8414aaa7f33cf56373daf451b76562c7fe",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34327754645a755172634e614a31427a576b716372667a5874736e4d3153797372426250386577686e4c6d5539736b79415654794631597556647454437958484547434272744d57506f000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x2597faed6ce780b8e434c68595233fbfa644a415ccccc6275dc3dfbcaf6be913",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64681,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d746755000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "3": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
            "4": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "pkeRequestor": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
            "pkeAFGH": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64681,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64681,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64680,
          "blockHash": "0xc06742ac9671bae14fa6a78f250224b71355c0c8a51b59b59554eb052f1ab154",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x6400a880af79531f1617cc35de8cb5454f5bad51b2fb207e0e86f1ec321aac75",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64679,
          "blockHash": "0xed8f1834d4678d251f7cd0e8f6779f84a8dec65e3e1c3ba3afda1988347a9ac7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x21363e66774cf93b1a493a494f7987cb1f6ed40f71c4dcb7c776376a90fee41b",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64678,
          "blockHash": "0x7bad9ef4bf8a03f17e684fb059a8ef446648c73d311d12fdc0ef29c0c6755df6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a626170335546505459447559714c65687958577771614b766d445245316d6e564257446f317077555a775a457a4e4264687773566b7136704752504238507a635065344c674e386d6b000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xa926dba44780521beea225ead0cf28593d422a74e5427206de8dcd2c888186ba",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64677,
          "blockHash": "0x1e9318029f4210f590cac5ae9d63510b4f7cb19c2791a447e6e2ca70b73e407b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a626170335546505459447559714c65687958577771614b766d445245316d6e564257446f317077555a775a457a4e4264687773566b7136704752504238507a635065344c674e386d6b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0ccdcd23f5890027604c062abf37bc7e1cb4c09aa384411b9a61487296064e98",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64676,
          "blockHash": "0x83fadf91b99c5c155ada36d586aeec3588601e6bdb43120a1b98e3705726b19a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f39327767585248513464485245476b5a71427a796441443954674d4e3965564454444b764246504e657059727139674b6b48345973464d436653343732795663443436704474346b3347000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xef175b752db94d292e9dd80bf0699b484310beb163bd29b91c4f29567c9dd924",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64675,
          "blockHash": "0x92206d7a0fb30e553968c3bdd41b1c9eb26abbe61ff3a414b1cbcea9ac6e2391",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f39327767585248513464485245476b5a71427a796441443954674d4e3965564454444b764246504e657059727139674b6b48345973464d436653343732795663443436704474346b3347000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6f80db042116d072f473ee1a7ce3e13aeeabaf9d2ce03d6861a443d26f4360f9",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64674,
          "blockHash": "0x5d0fd66ae899c352f54d37e597b8c741902127a5b4bca37bfb3a5a0bd178a521",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4858754c716968327664356e4a73506e716b5935434e3852336351713558514c4b62764c7542486d6252517835617270636b5a6b6b4e32774359564b683339617a785574367664734d51000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xaa8f2c66f3b302af090fc027611bb3b9777c6b6764a5ae4897fbdf65ac1a9ea1",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64673,
          "blockHash": "0xdff0582c1cbb4f10e86e278eb9ab1cc19e46c80d7d0c35f984999eafe388b72c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4858754c716968327664356e4a73506e716b5935434e3852336351713558514c4b62764c7542486d6252517835617270636b5a6b6b4e32774359564b683339617a785574367664734d51000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x999df2a336fc85211381298b1a3cc83503ad43319d492e09eeae1f40a24ee8e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64672,
          "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64672,
          "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64672,
          "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64671,
          "blockHash": "0x0af366e26637aef01336255d9925e022a8253257cee89b65dd17eff2ba628b58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x7f2b7790c2d9a7becb99d6e69a4ff0d29f51e3e622d931b6484da42c2f1077e1",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 64670,
          "blockHash": "0x5212df2d9dbdb8098ec7dea74e188517f3f957edd8f6ad8f0c630918d31ca3f8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f375963724c74336d45467644397533324c786a6d506a396f654d3939474e4c354a366b77594564326a4279425054366d334d3948643944644c705a6731324a4e46446477353873775871000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x359b015b3c22c91ed792f146cab8a652111a0e6e0a7b9afa7e2565134a566369",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64669,
          "blockHash": "0x531e011c1acbd85b6359e4775456af5f2ca3f5627ace80f5864fc0f4fa694bc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f375963724c74336d45467644397533324c786a6d506a396f654d3939474e4c354a366b77594564326a4279425054366d334d3948643944644c705a6731324a4e46446477353873775871000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x4196091ab74e62462bb93b9e91ebf565dd3343098fcaceb90c4eb7f96373537f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64668,
          "blockHash": "0x05112d90c8c3aeb532ec67d2b432e125706e31ec741911bb38c1f4b0e5c63e56",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f335154746d4a6d31544e4e3658447578717441354d4b6858476363395455446d675259434c7279613636434b354475366e665068327738424d655737414862564c557045317669737474000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xcde920389fcfd9bc0542db23e377e3e9c52338929f5f61b1aeab9cee2ab10f33",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64667,
          "blockHash": "0x7eec6f01241f1a876728197f07276e82681862512a1b0fed25eb69cf4a80f09f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4432476a535552464873546a5a617478794333627538326d65384c595932377a52595a693842716d48565669483437676e433244744a587354775173373878615469334d65746b4e5457000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x64d175c1420509dd653df011afba44fad9291665bf586af17045cffc2016b3e0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64666,
          "blockHash": "0x305f19476432960b0fca90c764ee6842bbbb69d70c146c1f26504fced952ef6f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f335154746d4a6d31544e4e3658447578717441354d4b6858476363395455446d675259434c7279613636434b354475366e665068327738424d655737414862564c557045317669737474000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xaa3cdaee4526b01887f576e9180068925e6856868d77bc0dd53af8f31fb284f3",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64665,
          "blockHash": "0x82f7d2ee4de28a871790c5c93b6ab76b3fc8a2b5a9bdc58c3ecd866aac395bd6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46686d734a51724c664a62333973547439583876595146516f6e48753839775a376a464731314a7a765243757245524a6361506f7534624a7243445a7752355a6a4a623667744c386751000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4143a4590d3745f7972304ca0ab22e27eac81c600724eeadf7be3aa6b42ead10",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64664,
          "blockHash": "0xdd62b427b4da2051a94762f163900c8a4130c568dd53a16dcf60fec40866c8c1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4432476a535552464873546a5a617478794333627538326d65384c595932377a52595a693842716d48565669483437676e433244744a587354775173373878615469334d65746b4e5457000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x935bdea1bf9742b620c86533ff197d5bf39dd04e7ade8fc5d34ec97e17cc5d07",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64663,
          "blockHash": "0x703880cda02cb6e4cf2434ca17f3c8f04972c302a13afe2117ab167c8788d0fb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734845337072575539784377684851566e7376676b7a677159393477714a753651675337777a6a524a756d425970334e52644654677573774367644b52486e754b787148344d396b46000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xaccf0d68ea1d00695ce5d7d98fe1d2bba95cbb0a5eda56f66252e9396f33b410",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64662,
          "blockHash": "0x03b76b53345ad2ec1580cd26d5f3025ea903d3eed2f3bbceef82400192008bdf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46686d734a51724c664a62333973547439583876595146516f6e48753839775a376a464731314a7a765243757245524a6361506f7534624a7243445a7752355a6a4a623667744c386751000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x945ddf8c028d8c06182b308225bd2d368c3f6d496ae7e68fb37f19cb1eb5ccdb",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64661,
          "blockHash": "0x6301e9d633bb8cf1397288568e164abf08201cbf0b7c5ba36e85da22a0c1cece",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734845337072575539784377684851566e7376676b7a677159393477714a753651675337777a6a524a756d425970334e52644654677573774367644b52486e754b787148344d396b46000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8a50cb03b09f955ab6bd44ac03054f59a195c899e709efe11e25cdbbdcf9a81f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64660,
          "blockHash": "0x59389dd272aed6cd67a99a64aca997bdaa5058500f2a4061522aaa124dcf945b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xe139e03b873db56c184a9554925aaf3cb84fd7034d5906390891b183e50922f3",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64659,
          "blockHash": "0x8ca2cebf447a5af5c9270898faf0b979fa3f39636ee05e07578d8830d0c8a495",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34414e47646a525155524a61706a7a6b6675417379764734736438526a764a7148616241565066426a547577583555383367534b4e4361435a474b50756d31766468596845614a397a69000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xaa7fbcdc4e3d7396683c5f3184f16c92642ff5d905e846bba11c4958ebadaca8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64658,
          "blockHash": "0x837b3e27a753dbb58652b0b13d4f787c613914d3b97bca20734ba33dd5908c71",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f38594172674136755041483579676a6157416a7375416147336f78716f784672655958714b564c646b50374c703370634e4a4444724e3671766a6a647a556867796678774e35556a736a000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8edcbc1e98dc5224abcaa967b5fdc2d3b5ca264639215531d6f54264e90c4963",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64657,
          "blockHash": "0xb9b77a97ffe9e8326136b3aaa9c4461288d63f290d391596986f1d6d0e0cf644",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xddd3701073166d5e7c911641dc2813510f2e1e9defd5c856631338ad9dd6abf0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64656,
          "blockHash": "0x69877f59327e1c7a74479e2166e55db00eec7ef3531461be4f9228cdb6fa181e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34414e47646a525155524a61706a7a6b6675417379764734736438526a764a7148616241565066426a547577583555383367534b4e4361435a474b50756d31766468596845614a397a69000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x15d6eb2fa769044462633de7faf9975747713c5e426b608d8e74f1b7f091b1c7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64655,
          "blockHash": "0xd2521253c8983bbbb0e3f88e4a7cc4fa49bfe07ed7c3d03bbcda10009c516cbb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f38594172674136755041483579676a6157416a7375416147336f78716f784672655958714b564c646b50374c703370634e4a4444724e3671766a6a647a556867796678774e35556a736a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6cde1ed4a1787f181295139a4879830982e16328804cf80d9035b67d15bf1d0f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64654,
          "blockHash": "0x9a46a70a47a3ae6e7938466573d632c99b5abba18fc63340833eac8e35fe64cc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x8ef2bba7cc9212a9e65632672582f289d13b8eadbbe57f403c7830d02a17147e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64653,
          "blockHash": "0x1a4554b78b7422183b14db7bec678cd2d6e584fee9c278f291e23fb8ee60a10d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f354b76576f66394d673870386164443377757165574c793464526a7236433932547251717641784e6244594174546b50486f436a3551465043736d334158483158684757714772644e6f000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x47ee0d7a4e30b1e1e1dc753129fc3ad02975e28e1685dfb132fae1a248133abf",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64652,
          "blockHash": "0x6f33e1ed9df59f0ca400d693f8860511379c156765954f1a405a332b94cff07e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xade7cb935bd5a8fd7101507e571bad3a54610ebc7306b0aa00f3b567a46e0604",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64651,
          "blockHash": "0x9b3a0326613a3e05261150757a528569c40d6dc1175c699c8f519cc1d8bbf62c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f354b76576f66394d673870386164443377757165574c793464526a7236433932547251717641784e6244594174546b50486f436a3551465043736d334158483158684757714772644e6f000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x082937445024ee97f0e164cfe28a67d139164703361efabc8ce8499ba5c4ae59",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64650,
          "blockHash": "0xf1a129931155c697744ac1c321ac47712857c3d1f717d53a300b2207a75ae8b1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x9688816ec44263dedbf332223d1278db9ebfa2c1faa6897c2ecc5d479d60409e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64649,
          "blockHash": "0xf04d306ce45f31ce69ffd54f93360a74acc523fb533aa55fa0e0d52549dcb688",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7432356b35726776717775777a7332437137734e4c375250776f714b746b75784b414376616b50726868377a5859753265546b7569586f78735358315a486579375467767375386b58000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x140722f898345be7937d47e94267c0fbe299d051e5e44b76d16d40e239ec683b",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64648,
          "blockHash": "0xda2f550646f0e147c1591886b2662e6e144a54943ea00d715159d5b4c5d4b48a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xea46c978e6cfe78651868d3986b15c64dc734bd28258c1d4343a954576110ae4",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64647,
          "blockHash": "0x76851dcb6df494057dffef10645ecae7139e6d03071e26973bdd984c2172594e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7432356b35726776717775777a7332437137734e4c375250776f714b746b75784b414376616b50726868377a5859753265546b7569586f78735358315a486579375467767375386b58000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x54161fbfea102434b708daf00880c4583c2ad9aa78b72bc7e1c0fde8bdb7562f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64646,
          "blockHash": "0x3496494d532477ec2f4759fa4b07557014bcd5bd2d9b3603cd3f60a2821e6fd1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5ced2520c455108f5a72f5a0ba87df7a683e3061d98069efdd09cabc74f24bbc",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64645,
          "blockHash": "0xd6a5d0f4de09a953e7564e6c7a70d71f470ebf5c88ff4c97bb22c15b15429253",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3851464172506555445a6f734c56316d664b4b6b4c696f77567a324b485a384e346f4e6d4564686569457938436b46356336384a79587a6a5666317234433547786f6852743175743655000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xb58d8a150148a31bf33d00a3da99230e4cd2d6ba10c1198e51a450e0c8cb5c7f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64644,
          "blockHash": "0x1149ddcadee97a4b889fc6d4a619c9d4867504ffc88bacb08ae46cd90783c12f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa93edabffed4a411ffbda8e65e6110b108e0f5b5379c22f741a330e3df59ba44",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64643,
          "blockHash": "0xeb99ac15f8638e554b7f180b97f642ffe9849d834094c7aff95d41184ace09b5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3851464172506555445a6f734c56316d664b4b6b4c696f77567a324b485a384e346f4e6d4564686569457938436b46356336384a79587a6a5666317234433547786f6852743175743655000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0ba5e824231cb3218fd22d1ff2ddc9c5c5c5e18aeb7eaab3565204e6a009d5d4",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64642,
          "blockHash": "0x604d115636e9fbfb3bea7a6aedbcb7b596cf20eb7f6c38c003052f78a0a44232",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x0015303e7c3b0afb7a242f7d7d6f8508be31bb47fd14cb825f1e3415f5cf0308",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64641,
          "blockHash": "0x194a6548f734af6e06cb0b4c4c2a72e36cdea017a214fdd5ba6260bd2d179cf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5090787d5969b9ad423ede613f37afbd16012e2fd4c89de1504fa5d3018acf44",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "contentAddress": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "contentAddress": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "contentAddress": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "contentAddress": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "contentAddress": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "contentAddress": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "contentAddress": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "contentAddress": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "contentAddress": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "contentAddress": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64630,
          "blockHash": "0xffe269d5ad88ed8769676f99dc4430962a7dc2c154561d1821b7cc68a26219bd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4137707255436a75345264565433676d3348666864727476623962773756684a694168334b75544b4d6e71706b637a665163765031466d684e4235334544794d3450445950324c4d5a62000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xcd66f5e2e37d0a481c2ad11769b018a2cef976557a33d3073981a97f25065ba3",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64711,
          "blockHash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "hash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "parentHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "number": 64711,
          "timestamp": 1572304072,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e75780000000000000008fc87cc07b61bb487020bd6bcd51dda7f65a94c28f6563b60ab550da9622e5f7fb44c21d6e4c85da6384d978f88e283e56934224918ccc0b94f799d4f5fc4f401",
          "transactions": [
            "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
          ],
          "transactionHash": "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
        }
      ],
      [
        {
          "blockNumber": 64702,
          "blockHash": "0x5552308e3e50b81464aa0f321e9453df15fb347d718cfc449f9a627585acf956",
          "hash": "0x5552308e3e50b81464aa0f321e9453df15fb347d718cfc449f9a627585acf956",
          "parentHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "number": 64702,
          "timestamp": 1572304061,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dbc"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e7578000000000000002a0d8ab9614359dfd7d7b9f3cfddb429cccaa7e1add18f6129f9a7226f54f4de0dd3f3347d29c0d7c4c18b29fbad22470bfe190a6ea16a2949db7d88ee7f209b00",
          "transactions": [
            "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22"
          ],
          "transactionHash": "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22"
        }
      ],
      [
        {
          "blockNumber": 64627,
          "blockHash": "0xda37d84167e15a11838d093f38335d898bc27a7918ecc72944056f21347d375b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4137707255436a75345264565433676d3348666864727476623962773756684a694168334b75544b4d6e71706b637a665163765031466d684e4235334544794d3450445950324c4d5a62000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x341eaeaca556af0916a4fb3988e814839e43a810abd41d5ade33ad57b06c9129",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64626,
          "blockHash": "0x8145d93fa999af3ef593ebae3c3d6df2c730664e77bd50cafdc378fffc271033",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa95ad5dbb8447ce4431b99846e06fbb638982db0ca451c171481e30cf1cf4102",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64625,
          "blockHash": "0x41e99a89bf47bc0abc601a3daf3c517705381f60be426f9b55cc8020e64e1dc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f39315776435841366a387652786559716568356e74336d53685772326937334c6e51645a55356243504a347474627674714d70366334544b5154654a5a5746676a50314e756475617733000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2da7512c3d37df9ced13cfa71e4e269096b1f47fb20b125763d1c096c76bf589",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64624,
          "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "libraryAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 64624,
          "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 64624,
          "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace"
        }
      ],
      [
        {
          "blockNumber": 64623,
          "blockHash": "0xfe912bc46eece7e908370dfa2fba4b9f778ea02e802bfacc5d08f054964f094d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f39315776435841366a387652786559716568356e74336d53685772326937334c6e51645a55356243504a347474627674714d70366334544b5154654a5a5746676a50314e756475617733000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0c6dd381850e81684437f38fa5b68f3ca8b940dad24fb1a5306195847d4af0a2",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64622,
          "blockHash": "0xc1d14d79c09a95e307c2d81dc91fe28f9aa1d49f16c3132383e609847e222745",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x53eb601cf13cc29384aeaf82bbcb82b14e5e270ce6873ae484b4a2f8f45dde1d",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64621,
          "blockHash": "0xeb74838fc78208ae8ade99aaca7bc8aec71629271f831870bc860eed1cbf7c20",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x55e5d3816a55f27d4a68a57f8b3051223baff146dd7b6f2b268b220d3cec8fcf",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64620,
          "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343735393266656434336162326336363365316534653161303736396165656436646637303265333263306665653235373865346133623763613666613232633166366235356563636230616330366133646233626462616637636630626535666438646632393831613964346430653431666264343238636361396433346465000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "3": "0x047592fed43ab2c663e1e4e1a0769aeed6df702e32c0fee2578e4a3b7ca6fa22c1f6b55eccb0ac06a3db3bdbaf7cf0be5fd8df2981a9d4d0e41fbd428cca9d34de",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "pkeRequestor": "0x047592fed43ab2c663e1e4e1a0769aeed6df702e32c0fee2578e4a3b7ca6fa22c1f6b55eccb0ac06a3db3bdbaf7cf0be5fd8df2981a9d4d0e41fbd428cca9d34de",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64620,
          "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 64620,
          "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 64619,
          "blockHash": "0xc4ba97926fa122506079e8bcdfa2bed8e7fb65e0e12d09034ea6960ec7976f77",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xe7a83880b0e7bc7efd8e5efb62b27c22d997bdc8f39251cb116ff561d9a49105",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64618,
          "blockHash": "0x685a1a5715504ddde531d17213457882a743aceb517d89d4f431f5a6351026a8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f35767270596846526d7554456b6454574645774d536e4a59507a433539517362657367575a415159456a7a6f75736a6832524b5574416b70636732526d53576b444d4531373356396838000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xb183f37872f5d9abfcb37b2098d9b765f0a745281db578829e0752f30f4a647e",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64617,
          "blockHash": "0xfc5e3f695c8faee2fd649476684785d7d4a257cfe9ecc16f89ddab6f0e785d5e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000ae55785f7c24542d53a0180485c4ea6aa162ca7b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xa0a131b1b26e1544468e85c466967b73f874c7d589dd2594e95491e84d9ba9fe",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xAe55785F7C24542d53A0180485C4eA6aA162cA7b",
            "2": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xAe55785F7C24542d53A0180485C4eA6aA162cA7b",
            "objectHash": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64616,
          "blockHash": "0x3ab496d44695253985489906cd099fcb44a85155353f73b1d9daf61a4736b711",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f415a63544e776f5a3756783539684c706a426733737441745665524d674e74636252517178636a36585466674a363333777a42774646567253656477783463797074515561334a554768000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x71c9ee04582c5ff80cfa198647940ca885964387dfbc31c803ba329505da64e7",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 64615,
          "blockHash": "0x3f538e371955188222c85ce4d129b5510e0ef88c3fc8811a2ffbaf7c39f1f8aa",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f35767270596846526d7554456b6454574645774d536e4a59507a433539517362657367575a415159456a7a6f75736a6832524b5574416b70636732526d53576b444d4531373356396838000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x727fde21add732d919c48750c8a85c57dd1f008df838d220e3a428a83d9dce8d",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64614,
          "blockHash": "0x94559a9a52bb07473a9d2ca8ff1928a478a260870afab9a0ad080b0715350f19",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa10c9297298afe9aad18039bf9c698f88dba345768bc7373262d69a5c06dc131",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64613,
          "blockHash": "0xe2a1b21bdb4c50fb57f8839a29ad0f67db7d579d10550782cfda98e35c8de01e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f415a63544e776f5a3756783539684c706a426733737441745665524d674e74636252517178636a36585466674a363333777a42774646567253656477783463797074515561334a554768000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xaaf2662bb7a0bc4d7e20fbc28c0ee3afab80538c2c74b811499fa0d05474b8d5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 64612,
          "blockHash": "0x43d0d3c4bbb89d944aa90545d0fcf180ed17da05ce44084d7fb90adb9a25f81f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x893ac71af1e5fafd5eda181f6623cf54ededec545dbf503b0ff12edbbdaa7bc7",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 64628,
          "blockHash": "0xb6c4081c1bec2783b879e4ae67357abefbbab7f0f5416665a9e396280f228358",
          "hash": "0xb6c4081c1bec2783b879e4ae67357abefbbab7f0f5416665a9e396280f228358",
          "parentHash": "0xda37d84167e15a11838d093f38335d898bc27a7918ecc72944056f21347d375b",
          "number": 64628,
          "timestamp": 1572303804,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000eeb8ed5694e963c680d041a62fc7fe943f432f67025a0eb25c99e0710bf235c05fb082bc9804a3568e4659a52f3d9666da5942e22566bf55c5b1f364852e4d5d00",
          "transactions": [
            "0x7a87ac1d076883e31a65b562f47148bcf245c565c5291834be585e113634e777"
          ],
          "transactionHash": "0x7a87ac1d076883e31a65b562f47148bcf245c565c5291834be585e113634e777"
        }
      ],
      [
        {
          "blockNumber": 64629,
          "blockHash": "0xfe9b0e42c68ca581def5594d2ff5e2cda686e175c268417a1cea1d26fccb6366",
          "hash": "0xfe9b0e42c68ca581def5594d2ff5e2cda686e175c268417a1cea1d26fccb6366",
          "parentHash": "0xb6c4081c1bec2783b879e4ae67357abefbbab7f0f5416665a9e396280f228358",
          "number": 64629,
          "timestamp": 1572303804,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000e34b0a3fb1a813606bda0815c7728ee7ff1128d1c0f86e3902c67186075121d76947f20c5a9a64f734cc00215b752e2a13111d3281e034a0c840316570cd4a3a01",
          "transactions": [
            "0xbedc9ff97fbeda88c741b23fca6166819c0f6aa39a63c4b161023717e3668155"
          ],
          "transactionHash": "0xbedc9ff97fbeda88c741b23fca6166819c0f6aa39a63c4b161023717e3668155"
        }
      ]
    ]
    async Events({
      "count": 100,
      "includeTransaction": true
    });
    
    
    [
      [
        {
          "blockNumber": 64710,
          "blockHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 2
          },
          "hash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
          "confirmations": 2,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3508,
          "r": "0x73f2b78fa2c862a0182904b27f90e3176a0889860c9943e2772308583f579866",
          "s": "0x34e5eb2e22c6b469fd05cf5e6c65be5f01c42ba8add76241e86a540480446f78",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820db48501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba073f2b78fa2c862a0182904b27f90e3176a0889860c9943e2772308583f579866a034e5eb2e22c6b469fd05cf5e6c65be5f01c42ba8add76241e86a540480446f78",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x24104"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64710,
              "transactionHash": "0x8216d43e6df7a80a474c267914aa5d632273c6f932b5b9a1ef7b7e25343ba42c",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x24104"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64709,
          "blockHash": "0xf468914f1b8862fefdaa53b295aad88faac08ef9bdf0359799af2673573d53d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
            "length": 3
          },
          "hash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
          "confirmations": 3,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 89,
          "r": "0x7f4dcfe84a2a2977c4b4e1d5cfd55fd716a11befdf5b115151ed60f26543887b",
          "s": "0x717af54e1f8718748d39f46f8ba5c61bf4357c4eb18005d81799f10984e24a87",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d598501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000831d26b7a07f4dcfe84a2a2977c4b4e1d5cfd55fd716a11befdf5b115151ed60f26543887ba0717af54e1f8718748d39f46f8ba5c61bf4357c4eb18005d81799f10984e24a87",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64709,
              "transactionHash": "0xdf3771ff689f669561a135e7e0a319fcf3ab4ef4867b945486d5e41bdbf39cb7",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e52765157000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf468914f1b8862fefdaa53b295aad88faac08ef9bdf0359799af2673573d53d5",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64711,
          "blockHash": "0x5a1966dffee80205c38e2ef34cc38f7333fd6084a60c2f2a62917ee7576e6f05",
          "hash": "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224",
          "parentHash": "0x938d5a4b971f4276bba12d5de3f997b68661462fa258475d76455dd522e90ed4",
          "number": 64711,
          "timestamp": 1572304072,
          "nonce": 90,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5230"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e75780000000000000008fc87cc07b61bb487020bd6bcd51dda7f65a94c28f6563b60ab550da9622e5f7fb44c21d6e4c85da6384d978f88e283e56934224918ccc0b94f799d4f5fc4f401",
          "transactions": [
            "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224"
          ],
          "transactionHash": "0x5c26cb0c3f2ef159346bee27f9e3a0b2bba8d89a2bd5b0450f015d8156165224",
          "transactionIndex": 0,
          "confirmations": 1,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x2386f26fc10000"
          },
          "data": "0x",
          "r": "0xfade61371030365d7e078a6b7fedf892aeb69506e37014a1af51ad58b01e0f05",
          "s": "0x0ec72204dd8d6a13d4cfb6ea336cf74c6104f17de8ba6cac0cc3f6c77457b217",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86e5a8501dcd650008252309463b2dc00f3c1931279400418ac6b894182d902f7872386f26fc1000080831d26b8a0fade61371030365d7e078a6b7fedf892aeb69506e37014a1af51ad58b01e0f05a00ec72204dd8d6a13d4cfb6ea336cf74c6104f17de8ba6cac0cc3f6c77457b217",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5230"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64708,
          "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 1
          },
          "hash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
          "confirmations": 4,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x658b"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 88,
          "r": "0xd77620a6c6721968713a9475cb71de66997ec7ba0fd08e67be86a89da59f0ffb",
          "s": "0x1f558d64ba00c2b2638e3c9e15c9ad3b1ca1a6f8b9ea2aca006920d076ad5c52",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b588501dcd6500082658b9463b2dc00f3c1931279400418ac6b894182d902f78084c287e0ed831d26b7a0d77620a6c6721968713a9475cb71de66997ec7ba0fd08e67be86a89da59f0ffba01f558d64ba00c2b2638e3c9e15c9ad3b1ca1a6f8b9ea2aca006920d076ad5c52",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x658b"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000020000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64708,
              "transactionHash": "0x2b82fe5f7ce7afd8077e7d20ea94aeef4c5d7c055697723bb6a396b8183a8f0f",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb9467c3cf5271fa0c119262bb7e38541ee00db9dc9aad36308e87e031a188cbd",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x658b"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64707,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xe53853030000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "logIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "confirmations": 5,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1852f"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 87,
          "r": "0x4070108832e27ae2e391a7b74b8bf3f8c649fdc36f96a00d88ef044040fac414",
          "s": "0x3915e84175b9ebd596119de66718f01dbfd58f4da7f5a84f9845ef7c4682d58a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c578501dcd650008301852f9463b2dc00f3c1931279400418ac6b894182d902f780a4e53853030000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03831d26b8a04070108832e27ae2e391a7b74b8bf3f8c649fdc36f96a00d88ef044040fac414a03915e84175b9ebd596119de66718f01dbfd58f4da7f5a84f9845ef7c4682d58a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1852f"
          },
          "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64707,
              "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
              "logIndex": 0,
              "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1852f"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64705,
          "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x5cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent",
          "hash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
          "confirmations": 7,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x104c4"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0x5c69c17a5282d65e28e6c9fa0f2151e3c04d4e65122865fc0f8a8bd7c033f5f8",
          "s": "0x7ae46cbc25fd3aa1054737ec76b82dabb122a1a6f14d5dde7a0bdbb1b9794cd1",
          "v": 1910455,
          "creates": null,
          "raw": "0xf8cd558501dcd65000830104c49463b2dc00f3c1931279400418ac6b894182d902f780b8645cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000831d26b7a05c69c17a5282d65e28e6c9fa0f2151e3c04d4e65122865fc0f8a8bd7c033f5f8a07ae46cbc25fd3aa1054737ec76b82dabb122a1a6f14d5dde7a0bdbb1b9794cd1",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x8f94"
          },
          "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64705,
              "transactionHash": "0xaa9936fcaf0523958b70684532e285e21bb257172117ff95bf0dd56f019461a4",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
              "logIndex": 0,
              "blockHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x8f94"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64706,
          "blockHash": "0x87d0c85a1ab2bf17c38135703882d5314c1cd73173373c7e44d6e4e2902bf1b7",
          "hash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3",
          "parentHash": "0x6a549891ab52bb1f44b51f517233cbaa33719e98542ead7253beb70567b1332d",
          "number": 64706,
          "timestamp": 1572304066,
          "nonce": 86,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x18dce8"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000f61836e8c0b0031cc793eb904e556b27b56050b1c1a4f53505065e99eae91fef30e4331271735cbadadfe2d542d1ff3859d91fa1bcee5e1c3f11c5d3bfa5ecc000",
          "transactions": [
            "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
          ],
          "transactionHash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3",
          "transactionIndex": 0,
          "confirmations": 6,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": null,
          "value": {
            "_hex": "0x0"
          },
          "data": "0x60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
          "r": "0x73fa9b2ad1c9c008309d61e58037d6806ddda85fb5703e49049d4d91ef706a53",
          "s": "0x64e8bf7f12422a61544e1fcecadbacf6583fae7456ac19ef330f97557abee1d4",
          "v": 1910455,
          "creates": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
          "raw": "0xf9163d568501dcd650008318dce88080b915e760806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029831d26b7a073fa9b2ad1c9c008309d61e58037d6806ddda85fb5703e49049d4d91ef706a53a064e8bf7f12422a61544e1fcecadbacf6583fae7456ac19ef330f97557abee1d4",
          "networkId": 955210,
          "contractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x18dce8"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "confirmations": 8,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x150e2"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 84,
          "r": "0x6cbe2d445bf0f969070c6e1eb1f39f4a5fb2a8c5fc920ad6bc5ba5d7d7c02b8b",
          "s": "0x34e65828de2ef493b9d1f9577ac877f85a0a7f2d68092bf8b348b67a2034b35f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e548501dcd65000830150e29463b2dc00f3c1931279400418ac6b894182d902f780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a06cbe2d445bf0f969070c6e1eb1f39f4a5fb2a8c5fc920ad6bc5ba5d7d7c02b8ba034e65828de2ef493b9d1f9577ac877f85a0a7f2d68092bf8b348b67a2034b35f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x150e2"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x150e2"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "confirmations": 8,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x150e2"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 84,
          "r": "0x6cbe2d445bf0f969070c6e1eb1f39f4a5fb2a8c5fc920ad6bc5ba5d7d7c02b8b",
          "s": "0x34e65828de2ef493b9d1f9577ac877f85a0a7f2d68092bf8b348b67a2034b35f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e548501dcd65000830150e29463b2dc00f3c1931279400418ac6b894182d902f780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a06cbe2d445bf0f969070c6e1eb1f39f4a5fb2a8c5fc920ad6bc5ba5d7d7c02b8ba034e65828de2ef493b9d1f9577ac877f85a0a7f2d68092bf8b348b67a2034b35f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x150e2"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x150e2"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64704,
          "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
          "confirmations": 8,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x150e2"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 84,
          "r": "0x6cbe2d445bf0f969070c6e1eb1f39f4a5fb2a8c5fc920ad6bc5ba5d7d7c02b8b",
          "s": "0x34e65828de2ef493b9d1f9577ac877f85a0a7f2d68092bf8b348b67a2034b35f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e548501dcd65000830150e29463b2dc00f3c1931279400418ac6b894182d902f780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a06cbe2d445bf0f969070c6e1eb1f39f4a5fb2a8c5fc920ad6bc5ba5d7d7c02b8ba034e65828de2ef493b9d1f9577ac877f85a0a7f2d68092bf8b348b67a2034b35f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x150e2"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64704,
              "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x150e2"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64703,
          "blockHash": "0xf6c5ebb09c7ecdebf15536d79de55bd617ca03d740dfaa6b709d2b5f1741fef0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xf4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0xb401bc88935f24f91a9b48db0f66ddd168a7e36b8fbe03e1e85e72fb51009088",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb401bc88935f24f91a9b48db0f66ddd168a7e36b8fbe03e1e85e72fb51009088",
          "confirmations": 9,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0xaee6"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 83,
          "r": "0x12c52d37df9c2192a83b6d16301fdb007dcba142faf37a28dbce01ebc0d182c5",
          "s": "0x0f898d9f00a5a6fc6f5e8f63dd8aa529476be37391d61f4cf796ff5c200f4ed9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b538501dcd6500082aee69463b2dc00f3c1931279400418ac6b894182d902f780a4f4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000831d26b7a012c52d37df9c2192a83b6d16301fdb007dcba142faf37a28dbce01ebc0d182c5a00f898d9f00a5a6fc6f5e8f63dd8aa529476be37391d61f4cf796ff5c200f4ed9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0xaee6"
          },
          "logsBloom": "0x00000000000000100000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64703,
              "transactionHash": "0xb401bc88935f24f91a9b48db0f66ddd168a7e36b8fbe03e1e85e72fb51009088",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
              ],
              "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
              "logIndex": 0,
              "blockHash": "0xf6c5ebb09c7ecdebf15536d79de55bd617ca03d740dfaa6b709d2b5f1741fef0",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0xaee6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64702,
          "blockHash": "0x5552308e3e50b81464aa0f321e9453df15fb347d718cfc449f9a627585acf956",
          "hash": "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22",
          "parentHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "number": 64702,
          "timestamp": 1572304061,
          "nonce": 82,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x6dbc"
          },
          "gasUsed": {
            "_hex": "0x6dbc"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e7578000000000000002a0d8ab9614359dfd7d7b9f3cfddb429cccaa7e1add18f6129f9a7226f54f4de0dd3f3347d29c0d7c4c18b29fbad22470bfe190a6ea16a2949db7d88ee7f209b00",
          "transactions": [
            "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22"
          ],
          "transactionHash": "0x52a0d7244802e0bfd0203d26438ecbb7827c027de31379f5e07e3348cac73e22",
          "transactionIndex": 0,
          "confirmations": 10,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
          "r": "0xbf3a7d7b34d55527af1c441ec1bbf53e5dcf02535bd93b2520f821130866c8bb",
          "s": "0x18cd5b7a8a8396f53fcd3f51187fa6f6ddea60bfe548c614d950aef865e4391a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88b528501dcd65000826dbc9463b2dc00f3c1931279400418ac6b894182d902f780a4aa024e8b000000000000000000000000000000000000000000000000000000000000000a831d26b8a0bf3a7d7b34d55527af1c441ec1bbf53e5dcf02535bd93b2520f821130866c8bba018cd5b7a8a8396f53fcd3f51187fa6f6ddea60bfe548c614d950aef865e4391a",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x6dbc"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64701,
          "blockHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2ef780787e5075e44822af6278b677be863fe50867a9f635ed73e0151c05a3b0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 2
          },
          "hash": "0x2ef780787e5075e44822af6278b677be863fe50867a9f635ed73e0151c05a3b0",
          "confirmations": 11,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3507,
          "r": "0x0cfabbe7126a2bc168e7ad685daeef7a0b8b5d51e162bbfff75cd3d47e18cea7",
          "s": "0x3abea1be7e6d9760674a46ac9a8e7b1aa8c2f7fe076275ea8840f863489b1219",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820db38501dcd650008398968094321c7383a2a7cb7eaeb0b27b74411b436a64fe448084446e88261ca00cfabbe7126a2bc168e7ad685daeef7a0b8b5d51e162bbfff75cd3d47e18cea7a03abea1be7e6d9760674a46ac9a8e7b1aa8c2f7fe076275ea8840f863489b1219",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2b634"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64701,
              "transactionHash": "0x2ef780787e5075e44822af6278b677be863fe50867a9f635ed73e0151c05a3b0",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7247c7a0a84ca9a7facecc1312f398a64124fc33636f5f48ed7ab4c32b1c1d80",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2b634"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64700,
          "blockHash": "0xb5ed08d5c216d4dd435394b42e009c49a7fee5408423ef47d88dfe5dc039ed2e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe8650f617507c40f959a521ed316e175bac7d5e6a6cd45d2357da2a2e31c3c50",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
            "length": 3
          },
          "hash": "0xe8650f617507c40f959a521ed316e175bac7d5e6a6cd45d2357da2a2e31c3c50",
          "confirmations": 12,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 81,
          "r": "0x1ba2c9f1c7bc79236a5602a6742565f1794b3bdbae9a684207fc7d03f9180355",
          "s": "0x18297b8becd683b62af57dad33644707f67f898b1e82b149c67d6c02404ef512",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d518501dcd650008301b4df94321c7383a2a7cb7eaeb0b27b74411b436a64fe4480b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000831d26b8a01ba2c9f1c7bc79236a5602a6742565f1794b3bdbae9a684207fc7d03f9180355a018297b8becd683b62af57dad33644707f67f898b1e82b149c67d6c02404ef512",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000120",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64700,
              "transactionHash": "0xe8650f617507c40f959a521ed316e175bac7d5e6a6cd45d2357da2a2e31c3c50",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f313455507877384670457637673232365435684754314a70667141384373524656773657425773556a4c63566f6132424d6d664e5758453438764c78774a565958753170744a48786e66000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb5ed08d5c216d4dd435394b42e009c49a7fee5408423ef47d88dfe5dc039ed2e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64699,
          "blockHash": "0xaea8c717150ee76862bd770ad47f19c720bd07eb5fe609e60d04e1eda96afcba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2c3163c1f8ca0f268415720ffbf4f8c5a339de3ce3cf8b62c84218898499d44b",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 2
          },
          "hash": "0x2c3163c1f8ca0f268415720ffbf4f8c5a339de3ce3cf8b62c84218898499d44b",
          "confirmations": 13,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3506,
          "r": "0xce0fe3d39fb853691a1bce8c7a51befa25c4cefcedf0c708ce01a3a94660de3e",
          "s": "0x3c44050ef8a3af82cd589d671a30cbcfdb642cc766a0d4e259de402bd115cbc2",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820db28501dcd650008398968094321c7383a2a7cb7eaeb0b27b74411b436a64fe448084446e88261ca0ce0fe3d39fb853691a1bce8c7a51befa25c4cefcedf0c708ce01a3a94660de3ea03c44050ef8a3af82cd589d671a30cbcfdb642cc766a0d4e259de402bd115cbc2",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64699,
              "transactionHash": "0x2c3163c1f8ca0f268415720ffbf4f8c5a339de3ce3cf8b62c84218898499d44b",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xaea8c717150ee76862bd770ad47f19c720bd07eb5fe609e60d04e1eda96afcba",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64698,
          "blockHash": "0x030a6797a01c09dea17f8749a1455768cb2ea6c9fc6d809dc8d21f8ee37dbe57",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x20d8b27633f83621b034530c10ee938406a29c85bb037a236d25b94471f3a4e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
            "length": 3
          },
          "hash": "0x20d8b27633f83621b034530c10ee938406a29c85bb037a236d25b94471f3a4e5",
          "confirmations": 14,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 80,
          "r": "0x9e8dbdf04f736d6c09f5c88e66ac30746726de00df2ca002f1e2db6f43856ca8",
          "s": "0x17eb4101baf8c778f87c67dd4316120fe2edbbca991b5de2a1129fc52da417db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d508501dcd650008301ef7794321c7383a2a7cb7eaeb0b27b74411b436a64fe4480b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000831d26b7a09e8dbdf04f736d6c09f5c88e66ac30746726de00df2ca002f1e2db6f43856ca8a017eb4101baf8c778f87c67dd4316120fe2edbbca991b5de2a1129fc52da417db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000120",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64698,
              "transactionHash": "0x20d8b27633f83621b034530c10ee938406a29c85bb037a236d25b94471f3a4e5",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46553845745a4d4678793274513239684b584d79344b7648376f7a484336377078735435764659524267383252344743475337346d744464514c3553325863434e7072684d7055515377000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x030a6797a01c09dea17f8749a1455768cb2ea6c9fc6d809dc8d21f8ee37dbe57",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "confirmations": 15,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18b7a"
          },
          "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x817e9a4dc6c86b6bfd75ed989087c5d2cb8c729f24f8106b5f460595862f8a1f",
          "s": "0x7f9f990c24ad63a553364cc116c3ea1034514d350e30ad833035a3759f9f907b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e4f8501dcd6500083018b7a944eb97dc2d777597a84165d3dc8bed44cfa0b0d9080b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0817e9a4dc6c86b6bfd75ed989087c5d2cb8c729f24f8106b5f460595862f8a1fa07f9f990c24ad63a553364cc116c3ea1034514d350e30ad833035a3759f9f907b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18b7a"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000008000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000010000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18b7a"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "confirmations": 15,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18b7a"
          },
          "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x817e9a4dc6c86b6bfd75ed989087c5d2cb8c729f24f8106b5f460595862f8a1f",
          "s": "0x7f9f990c24ad63a553364cc116c3ea1034514d350e30ad833035a3759f9f907b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e4f8501dcd6500083018b7a944eb97dc2d777597a84165d3dc8bed44cfa0b0d9080b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0817e9a4dc6c86b6bfd75ed989087c5d2cb8c729f24f8106b5f460595862f8a1fa07f9f990c24ad63a553364cc116c3ea1034514d350e30ad833035a3759f9f907b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18b7a"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000008000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000010000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18b7a"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64697,
          "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
          "confirmations": 15,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18b7a"
          },
          "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x817e9a4dc6c86b6bfd75ed989087c5d2cb8c729f24f8106b5f460595862f8a1f",
          "s": "0x7f9f990c24ad63a553364cc116c3ea1034514d350e30ad833035a3759f9f907b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e4f8501dcd6500083018b7a944eb97dc2d777597a84165d3dc8bed44cfa0b0d9080b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0817e9a4dc6c86b6bfd75ed989087c5d2cb8c729f24f8106b5f460595862f8a1fa07f9f990c24ad63a553364cc116c3ea1034514d350e30ad833035a3759f9f907b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18b7a"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000008000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000010000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64697,
              "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18b7a"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64696,
          "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
          "confirmations": 16,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 78,
          "r": "0x07d363064e7541af9fc348b1f450185a980b1614c08aa43645d4824a4c1efdc2",
          "s": "0x10a01589dbc61875f6a45ba99f44db5a66cece32e542a409f62e64a048e135e5",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b4e8501dcd65000825f2694321c7383a2a7cb7eaeb0b27b74411b436a64fe448084c287e0ed831d26b7a007d363064e7541af9fc348b1f450185a980b1614c08aa43645d4824a4c1efdc2a010a01589dbc61875f6a45ba99f44db5a66cece32e542a409f62e64a048e135e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64696,
              "transactionHash": "0x5a8185d05e3f16bcf84dc3c91390a3b7d08f22987b513473cef5552ce9ff35e0",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2a4a601d2ce96aacc84657907081a4a01f7b669513747c7a2c7d7c1def5ba664",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "confirmations": 17,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aa",
          "s": "0x03f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4d8501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aaa003f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000004000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
              "logIndex": 4,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "contentAddress": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "confirmations": 17,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aa",
          "s": "0x03f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4d8501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aaa003f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000004000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
              "logIndex": 4,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "confirmations": 17,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aa",
          "s": "0x03f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4d8501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aaa003f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000004000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
              "logIndex": 4,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "confirmations": 17,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aa",
          "s": "0x03f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4d8501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aaa003f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000004000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
              "logIndex": 4,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "confirmations": 17,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aa",
          "s": "0x03f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4d8501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aaa003f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000004000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
              "logIndex": 4,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64695,
          "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "containingLibrary": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
          "confirmations": 17,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aa",
          "s": "0x03f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4d8501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0539e67ec6bf55abae436c41442c7c30600b9e4e77e360265fd927cfe7d41c1aaa003f323a96463ede97ee1fef9693327ff87b034b7c43ab799e8da8683d383f84f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000004000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x321C7383a2A7Cb7eaeb0B27b74411b436A64FE44",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe4400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe44",
              "logIndex": 4,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64695,
              "transactionHash": "0x11e8b0a41336ea7a2c872bb2e5085e5b2c015272f656bbd0cd46490954eacf52",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000321c7383a2a7cb7eaeb0b27b74411b436a64fe440000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2cb5b3cba7f98f830777d5729bc783decff88bbfd14ec1fa9163445bb59e7f53",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64694,
          "blockHash": "0x08f7bbe942a7357663005e861ad5f9824d6c6675c347aa64b1282131e66813e4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0266766d24b90add2e2c0f654c4791bdc4af51740f76db4da4c861f2ee6cf9d8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 2
          },
          "hash": "0x0266766d24b90add2e2c0f654c4791bdc4af51740f76db4da4c861f2ee6cf9d8",
          "confirmations": 18,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3505,
          "r": "0xd3bdd66d68f4291f86faeb17b8bcf211b408a5eb1e33f425fd7d867d79f206b5",
          "s": "0x26a46a2015532107b0d078b085f76ce5b4ed5e30b7cb3adeb606029b3c1da6e3",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820db18501dcd6500083989680944eb97dc2d777597a84165d3dc8bed44cfa0b0d908084446e88261ba0d3bdd66d68f4291f86faeb17b8bcf211b408a5eb1e33f425fd7d867d79f206b5a026a46a2015532107b0d078b085f76ce5b4ed5e30b7cb3adeb606029b3c1da6e3",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64694,
              "transactionHash": "0x0266766d24b90add2e2c0f654c4791bdc4af51740f76db4da4c861f2ee6cf9d8",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x08f7bbe942a7357663005e861ad5f9824d6c6675c347aa64b1282131e66813e4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64693,
          "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0xf1551887",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          },
          "hash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
          "confirmations": 19,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5d79"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x99b90484d305eeabee71111f09c19289ea48b5e71e308d23cce868c6370d38b7",
          "s": "0x053d6f676bbcf780ca5619bc057705ceacf092367b711cb6cfb46a772f8b2287",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b4c8501dcd65000825d79940ed47eb3377cee81665c92fd1faf858f5e3f99638084f1551887831d26b8a099b90484d305eeabee71111f09c19289ea48b5e71e308d23cce868c6370d38b7a0053d6f676bbcf780ca5619bc057705ceacf092367b711cb6cfb46a772f8b2287",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5d79"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000004004000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64693,
              "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
              ],
              "data": "0x",
              "logIndex": 0,
              "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5d79"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64692,
          "blockHash": "0x5d7a979d923d09548cfdd86a4fa150c28cd5d0ff8d28bc7240d58b2718588e78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1d807d82b31c5965ededc9efa012549808ca308bb412126d750ac6296f176734",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "objectHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
            "length": 3
          },
          "hash": "0x1d807d82b31c5965ededc9efa012549808ca308bb412126d750ac6296f176734",
          "confirmations": 20,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 75,
          "r": "0x3e001f1c361863c46f1763a89506749ea00a4783bbfae87f880ed85f475248d1",
          "s": "0x6bdf736d577d3d62e67139fd19a3943c03379ce903edda53b75a18c66a2962de",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d4b8501dcd650008301ef77944eb97dc2d777597a84165d3dc8bed44cfa0b0d9080b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000831d26b7a03e001f1c361863c46f1763a89506749ea00a4783bbfae87f880ed85f475248d1a06bdf736d577d3d62e67139fd19a3943c03379ce903edda53b75a18c66a2962de",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64692,
              "transactionHash": "0x1d807d82b31c5965ededc9efa012549808ca308bb412126d750ac6296f176734",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f99630000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5d7a979d923d09548cfdd86a4fa150c28cd5d0ff8d28bc7240d58b2718588e78",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64691,
          "blockHash": "0xf8b6145ae96697972b61028e8ccc3bf64ec8233fcd12048a11b7c489c11eabf9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
          "confirmations": 21,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 74,
          "r": "0x1579be35b94953703143d7b457ae8d8552e68c7a26c62758a940e79bd959a961",
          "s": "0x514ae56bedcab8b745d32e335a87798005bc49163828545d9f726c9394e7b1a4",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b4a8501dcd65000825f26944eb97dc2d777597a84165d3dc8bed44cfa0b0d908084c287e0ed831d26b7a01579be35b94953703143d7b457ae8d8552e68c7a26c62758a940e79bd959a961a0514ae56bedcab8b745d32e335a87798005bc49163828545d9f726c9394e7b1a4",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64691,
              "transactionHash": "0x75fe31f363638f288b3ca634bbd8a764eeffeb1ae636aecfeef9597eb83a0678",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf8b6145ae96697972b61028e8ccc3bf64ec8233fcd12048a11b7c489c11eabf9",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "confirmations": 22,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xe4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20f",
          "s": "0x6c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0e4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20fa06c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000200000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000000000000000000000000000010000000800000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020001000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
              "logIndex": 4,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "contentAddress": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "confirmations": 22,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xe4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20f",
          "s": "0x6c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0e4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20fa06c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000200000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000000000000000000000000000010000000800000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020001000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
              "logIndex": 4,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "confirmations": 22,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xe4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20f",
          "s": "0x6c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0e4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20fa06c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000200000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000000000000000000000000000010000000800000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020001000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
              "logIndex": 4,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "confirmations": 22,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xe4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20f",
          "s": "0x6c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0e4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20fa06c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000200000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000000000000000000000000000010000000800000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020001000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
              "logIndex": 4,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "confirmations": 22,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xe4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20f",
          "s": "0x6c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0e4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20fa06c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000200000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000000000000000000000000000010000000800000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020001000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
              "logIndex": 4,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64690,
          "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "containingLibrary": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
          "confirmations": 22,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d3dd9"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xe4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20f",
          "s": "0x6c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd65000833d3dd9940ed47eb3377cee81665c92fd1faf858f5e3f996380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0e4772989c2ae6c43e2c74fca45c1e1f852c7806c577ee1ac67dd57effa81b20fa06c29872d431c45505a90386ceb6181c9278d9ffd845db8d0132933a0247c883f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b650b"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000200000000000000000002000008000004000000000000100000000000000000000000800000000000000004080000000400000000040000000000000000000000000000000000010000000800000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000000000202020001000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000004004000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 0,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90",
              "logIndex": 4,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64690,
              "transactionHash": "0xb09f6b5e0d778335014a66048d7bea1514bdf7945e0f2efb10c97ef690c26368",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000004eb97dc2d777597a84165d3dc8bed44cfa0b0d90000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4143818008f3fc3756dfe14adb1b7dbf91af4fc85ce2413fa3d9eaa3ce57aaf5",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b650b"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64689,
          "blockHash": "0x9a9534d68e154d7ad28320c4963d73c364777a1d45958596230ea4e26d30666e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xa9568fecbdacc09f6ffd3d73895edf0cc300e9ade6157b43ec1cd8105af5d166",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "length": 2
          },
          "hash": "0xa9568fecbdacc09f6ffd3d73895edf0cc300e9ade6157b43ec1cd8105af5d166",
          "confirmations": 23,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3504,
          "r": "0xc4a3735fe1fcafe2ceac6309fe55d8f25292671ba06d98d9118e332676f32fec",
          "s": "0x246468207275ef5c19ee630328df94545c420d80a09dc9e2bbfd8da6a56cc06b",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820db08501dcd6500083989680940ed47eb3377cee81665c92fd1faf858f5e3f99638084446e88261ca0c4a3735fe1fcafe2ceac6309fe55d8f25292671ba06d98d9118e332676f32feca0246468207275ef5c19ee630328df94545c420d80a09dc9e2bbfd8da6a56cc06b",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5a6"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000044004000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64689,
              "transactionHash": "0xa9568fecbdacc09f6ffd3d73895edf0cc300e9ade6157b43ec1cd8105af5d166",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4432484e424458524b52326f6b5a6d6f43315064716848693672347a79726e515a73613775577742797077664d676d4d416d6578696a534c57794a5243677a664c6d53586a334c7a6772000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9a9534d68e154d7ad28320c4963d73c364777a1d45958596230ea4e26d30666e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5a6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64688,
          "blockHash": "0x8d0bafd1c15acb48b3a5588e34b3b68eafe67de99d27d549d32bd5ed27275252",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4432484e424458524b52326f6b5a6d6f43315064716848693672347a79726e515a73613775577742797077664d676d4d416d6578696a534c57794a5243677a664c6d53586a334c7a6772000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb8d3b546b0e133566ef792ca6f16d5b0969898097f0659007b9b15169af7b625",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
            "length": 3
          },
          "hash": "0xb8d3b546b0e133566ef792ca6f16d5b0969898097f0659007b9b15169af7b625",
          "confirmations": 24,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1bd57"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 72,
          "r": "0xe25852cb29bda6835c5b522b7c753d1c8e9100bda148d939c3c738690d4126d7",
          "s": "0x279e6be2d2492e85592d7909b534a81551b5af2dff371ef365357546b2a6bb1c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d488501dcd650008301bd57940ed47eb3377cee81665c92fd1faf858f5e3f996380b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4432484e424458524b52326f6b5a6d6f43315064716848693672347a79726e515a73613775577742797077664d676d4d416d6578696a534c57794a5243677a664c6d53586a334c7a6772000000000000000000000000000000000000831d26b7a0e25852cb29bda6835c5b522b7c753d1c8e9100bda148d939c3c738690d4126d7a0279e6be2d2492e85592d7909b534a81551b5af2dff371ef365357546b2a6bb1c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1bd57"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002004004000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64688,
              "transactionHash": "0xb8d3b546b0e133566ef792ca6f16d5b0969898097f0659007b9b15169af7b625",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4432484e424458524b52326f6b5a6d6f43315064716848693672347a79726e515a73613775577742797077664d676d4d416d6578696a534c57794a5243677a664c6d53586a334c7a6772000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8d0bafd1c15acb48b3a5588e34b3b68eafe67de99d27d549d32bd5ed27275252",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1bd57"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64687,
          "blockHash": "0xdb73309cba098f546eca5d5ccf2376f2104e6fd3aad4ccb4c2f7811ed01a8052",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x719ae4fba96b8731e2dad8d6cf6e089a5574891724b6778e0e521a2b140c9de2",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x719ae4fba96b8731e2dad8d6cf6e089a5574891724b6778e0e521a2b140c9de2",
          "confirmations": 25,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5fc0"
          },
          "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 71,
          "r": "0x102a4b0bcbf1850997e15c6167eb93e34c571a925a982ee6aa6a9eb03e093916",
          "s": "0x31ec76bed1c373079979eb766a5599625e46dc9bfdc406a7eed70b122f028184",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b478501dcd65000825fc0940ed47eb3377cee81665c92fd1faf858f5e3f99638084c287e0ed831d26b8a0102a4b0bcbf1850997e15c6167eb93e34c571a925a982ee6aa6a9eb03e093916a031ec76bed1c373079979eb766a5599625e46dc9bfdc406a7eed70b122f028184",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5fc0"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004004000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64687,
              "transactionHash": "0x719ae4fba96b8731e2dad8d6cf6e089a5574891724b6778e0e521a2b140c9de2",
              "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xdb73309cba098f546eca5d5ccf2376f2104e6fd3aad4ccb4c2f7811ed01a8052",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5fc0"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64686,
          "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "libraryAddress": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "confirmations": 26,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 70,
          "r": "0xc67b56c5a28b49a9139c470c36026fdaf6fd55d6748cfd67a3a80c808bdaefbb",
          "s": "0x293a7f659c89df6ff3c0737357c097c844eb1ee338ceca8374cdc6076dd46f26",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c468501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a0c67b56c5a28b49a9139c470c36026fdaf6fd55d6748cfd67a3a80c808bdaefbba0293a7f659c89df6ff3c0737357c097c844eb1ee338ceca8374cdc6076dd46f26",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000000000000000000000000040800000000000000080000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000800000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 0,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f996300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 2,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64686,
          "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "confirmations": 26,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 70,
          "r": "0xc67b56c5a28b49a9139c470c36026fdaf6fd55d6748cfd67a3a80c808bdaefbb",
          "s": "0x293a7f659c89df6ff3c0737357c097c844eb1ee338ceca8374cdc6076dd46f26",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c468501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a0c67b56c5a28b49a9139c470c36026fdaf6fd55d6748cfd67a3a80c808bdaefbba0293a7f659c89df6ff3c0737357c097c844eb1ee338ceca8374cdc6076dd46f26",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000000000000000000000000040800000000000000080000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000800000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 0,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f996300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 2,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64686,
          "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
          "confirmations": 26,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 70,
          "r": "0xc67b56c5a28b49a9139c470c36026fdaf6fd55d6748cfd67a3a80c808bdaefbb",
          "s": "0x293a7f659c89df6ff3c0737357c097c844eb1ee338ceca8374cdc6076dd46f26",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c468501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a0c67b56c5a28b49a9139c470c36026fdaf6fd55d6748cfd67a3a80c808bdaefbba0293a7f659c89df6ff3c0737357c097c844eb1ee338ceca8374cdc6076dd46f26",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000000000000000000000000040800000000000000080000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000800000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 0,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f996300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64686,
              "transactionHash": "0xb64a1467ddf33a379b93c3b8782aa5866b97d33f525edb9e0a0500475fbb313f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000000ed47eb3377cee81665c92fd1faf858f5e3f9963",
              "logIndex": 2,
              "blockHash": "0x702465b7c718cff11412c7f6d22f20e55ea3fecfa23c8da63a6b20b2c6b39935",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64685,
          "blockHash": "0x25f197070a1648a6737b9e0093b3e75db5cf0cc4ec34571340475e7c5a40d871",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2bb0cfad52e2f2865e2a5722403ef26227ce737c57e21aadbe53b6f53b26502f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 2
          },
          "hash": "0x2bb0cfad52e2f2865e2a5722403ef26227ce737c57e21aadbe53b6f53b26502f",
          "confirmations": 27,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3503,
          "r": "0x065e18de413bb1ae2f7508fe657b5d646e0a3c3b0ff95d480553d473ded3da9b",
          "s": "0x750f5f5c781e6adfa1b44bab215acad67b013a6fb27bf9bdb1293a2f4e2d2749",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820daf8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba0065e18de413bb1ae2f7508fe657b5d646e0a3c3b0ff95d480553d473ded3da9ba0750f5f5c781e6adfa1b44bab215acad67b013a6fb27bf9bdb1293a2f4e2d2749",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x24104"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64685,
              "transactionHash": "0x2bb0cfad52e2f2865e2a5722403ef26227ce737c57e21aadbe53b6f53b26502f",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x25f197070a1648a6737b9e0093b3e75db5cf0cc4ec34571340475e7c5a40d871",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x24104"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64684,
          "blockHash": "0xa6d91db68ce513db37b552d248c3390171742e0ac05df8d42de93662e7ed64cd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2346a4ecc0da861c52b8ca637828fc83134408504df36bb2e5798900bd4dbf8d",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "length": 2
          },
          "hash": "0x2346a4ecc0da861c52b8ca637828fc83134408504df36bb2e5798900bd4dbf8d",
          "confirmations": 28,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3502,
          "r": "0xde5231bbd40b235d9ae231e4340a740872de11c11801af52d9c0a3713d7176cd",
          "s": "0x641e9f55b8e783f715a7ce0f39aa3071788a27d88fd8c5661c34d3fe693721cb",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820dae8501dcd650008398968094aff146140b57355611d669b4c4963daf61cb8e2e8084446e88261ba0de5231bbd40b235d9ae231e4340a740872de11c11801af52d9c0a3713d7176cda0641e9f55b8e783f715a7ce0f39aa3071788a27d88fd8c5661c34d3fe693721cb",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2adad"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000080000000000000000000100000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64684,
              "transactionHash": "0x2346a4ecc0da861c52b8ca637828fc83134408504df36bb2e5798900bd4dbf8d",
              "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34327754645a755172634e614a31427a576b716372667a5874736e4d3153797372426250386577686e4c6d5539736b79415654794631597556647454437958484547434272744d57506f000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xa6d91db68ce513db37b552d248c3390171742e0ac05df8d42de93662e7ed64cd",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2adad"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64683,
          "blockHash": "0x0dedf4877223817534fec3f41b8f9f5ddcf9ff74831f8ba3c002613f691fa9d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xd4f7d1dd81ac4a9cbc01a4aa8a3f5b2fb61b367b72de10511a30edb8c07e25fc",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
            "length": 3
          },
          "hash": "0xd4f7d1dd81ac4a9cbc01a4aa8a3f5b2fb61b367b72de10511a30edb8c07e25fc",
          "confirmations": 29,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 69,
          "r": "0xb504348e06860fd271187f5fc6b5538589b480d1062ae28ed020a59bbcc05be1",
          "s": "0x22392fbf1f31cba6c7b97ad5d84cb655ee3be9903eb2ba23dde87e80d7f52a26",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d458501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000831d26b7a0b504348e06860fd271187f5fc6b5538589b480d1062ae28ed020a59bbcc05be1a022392fbf1f31cba6c7b97ad5d84cb655ee3be9903eb2ba23dde87e80d7f52a26",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64683,
              "transactionHash": "0xd4f7d1dd81ac4a9cbc01a4aa8a3f5b2fb61b367b72de10511a30edb8c07e25fc",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d69585557385353000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x0dedf4877223817534fec3f41b8f9f5ddcf9ff74831f8ba3c002613f691fa9d6",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64682,
          "blockHash": "0x0a34eae717082ec5e9fe60f8b9f60e8414aaa7f33cf56373daf451b76562c7fe",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34327754645a755172634e614a31427a576b716372667a5874736e4d3153797372426250386577686e4c6d5539736b79415654794631597556647454437958484547434272744d57506f000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x2597faed6ce780b8e434c68595233fbfa644a415ccccc6275dc3dfbcaf6be913",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
            "length": 3
          },
          "hash": "0x2597faed6ce780b8e434c68595233fbfa644a415ccccc6275dc3dfbcaf6be913",
          "confirmations": 30,
          "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x184fb"
          },
          "to": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4,
          "r": "0x493bbc783237808669509b9ba6725bf70663a3ff8301d53ac32220680691ac61",
          "s": "0x6d50a22276999045ccdac08c303cda1a4e402454ca92c4851988c2fc194f8f34",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d048501dcd65000830184fb94aff146140b57355611d669b4c4963daf61cb8e2e80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34327754645a755172634e614a31427a576b716372667a5874736e4d3153797372426250386577686e4c6d5539736b79415654794631597556647454437958484547434272744d57506f000000000000000000000000000000000000831d26b8a0493bbc783237808669509b9ba6725bf70663a3ff8301d53ac32220680691ac61a06d50a22276999045ccdac08c303cda1a4e402454ca92c4851988c2fc194f8f34",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x184fb"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000080000000000000000000100000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64682,
              "transactionHash": "0x2597faed6ce780b8e434c68595233fbfa644a415ccccc6275dc3dfbcaf6be913",
              "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34327754645a755172634e614a31427a576b716372667a5874736e4d3153797372426250386577686e4c6d5539736b79415654794631597556647454437958484547434272744d57506f000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x0a34eae717082ec5e9fe60f8b9f60e8414aaa7f33cf56373daf451b76562c7fe",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x184fb"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64681,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d74675500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "3": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
            "4": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "pkeRequestor": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
            "pkeAFGH": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "confirmations": 31,
          "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a5b2"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x1aeeaa672f8877afe16f814fe888750806b452997dab267bd086ee06dd542abc",
          "s": "0x7063a307ce72bdfbefd19d5ae99549872c88d1182855bfa53d2e8b2db31dd809",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a5b29463b2dc00f3c1931279400418ac6b894182d902f780b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d74675500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a01aeeaa672f8877afe16f814fe888750806b452997dab267bd086ee06dd542abca07063a307ce72bdfbefd19d5ae99549872c88d1182855bfa53d2e8b2db31dd809",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5b2"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d746755000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5b2"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64681,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d74675500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "confirmations": 31,
          "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a5b2"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x1aeeaa672f8877afe16f814fe888750806b452997dab267bd086ee06dd542abc",
          "s": "0x7063a307ce72bdfbefd19d5ae99549872c88d1182855bfa53d2e8b2db31dd809",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a5b29463b2dc00f3c1931279400418ac6b894182d902f780b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d74675500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a01aeeaa672f8877afe16f814fe888750806b452997dab267bd086ee06dd542abca07063a307ce72bdfbefd19d5ae99549872c88d1182855bfa53d2e8b2db31dd809",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5b2"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d746755000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5b2"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64681,
          "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d74675500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
          "confirmations": 31,
          "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a5b2"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x1aeeaa672f8877afe16f814fe888750806b452997dab267bd086ee06dd542abc",
          "s": "0x7063a307ce72bdfbefd19d5ae99549872c88d1182855bfa53d2e8b2db31dd809",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a5b29463b2dc00f3c1931279400418ac6b894182d902f780b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d74675500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a01aeeaa672f8877afe16f814fe888750806b452997dab267bd086ee06dd542abca07063a307ce72bdfbefd19d5ae99549872c88d1182855bfa53d2e8b2db31dd809",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5b2"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64681,
              "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d746755000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5b2"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64680,
          "blockHash": "0xc06742ac9671bae14fa6a78f250224b71355c0c8a51b59b59554eb052f1ab154",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x6400a880af79531f1617cc35de8cb5454f5bad51b2fb207e0e86f1ec321aac75",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "length": 2
          },
          "hash": "0x6400a880af79531f1617cc35de8cb5454f5bad51b2fb207e0e86f1ec321aac75",
          "confirmations": 32,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3501,
          "r": "0x1774403f575eaeae4ee0a0a7df1378df0f7e4e3d2ad96812a1a70af012265b7b",
          "s": "0x40b5fb3b99585807ffd4e9c3b240c9c71f0927995b50b51a7863a402502aa86a",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820dad8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba01774403f575eaeae4ee0a0a7df1378df0f7e4e3d2ad96812a1a70af012265b7ba040b5fb3b99585807ffd4e9c3b240c9c71f0927995b50b51a7863a402502aa86a",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x24104"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64680,
              "transactionHash": "0x6400a880af79531f1617cc35de8cb5454f5bad51b2fb207e0e86f1ec321aac75",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc06742ac9671bae14fa6a78f250224b71355c0c8a51b59b59554eb052f1ab154",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x24104"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64679,
          "blockHash": "0xed8f1834d4678d251f7cd0e8f6779f84a8dec65e3e1c3ba3afda1988347a9ac7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x21363e66774cf93b1a493a494f7987cb1f6ed40f71c4dcb7c776376a90fee41b",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
            "length": 3
          },
          "hash": "0x21363e66774cf93b1a493a494f7987cb1f6ed40f71c4dcb7c776376a90fee41b",
          "confirmations": 33,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 68,
          "r": "0xd6269df7e3af181ad260a72b291eec229762cc0e8d2a1b7ae83ef70f063b62e9",
          "s": "0x4a80c84c801df05c5e18b862b77a4e1dd460f326a2b9e66ea55d5e6938d8014e",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d448501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000831d26b8a0d6269df7e3af181ad260a72b291eec229762cc0e8d2a1b7ae83ef70f063b62e9a04a80c84c801df05c5e18b862b77a4e1dd460f326a2b9e66ea55d5e6938d8014e",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64679,
              "transactionHash": "0x21363e66774cf93b1a493a494f7987cb1f6ed40f71c4dcb7c776376a90fee41b",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xed8f1834d4678d251f7cd0e8f6779f84a8dec65e3e1c3ba3afda1988347a9ac7",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64678,
          "blockHash": "0x7bad9ef4bf8a03f17e684fb059a8ef446648c73d311d12fdc0ef29c0c6755df6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xa926dba44780521beea225ead0cf28593d422a74e5427206de8dcd2c888186ba",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "length": 2
          },
          "hash": "0xa926dba44780521beea225ead0cf28593d422a74e5427206de8dcd2c888186ba",
          "confirmations": 34,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3500,
          "r": "0x7c7b1c9fadb2370b899a7a34c1c48a60c9788ec54eedf5aa4164740aefbdec42",
          "s": "0x0cf844298513d48085b355e6c1951de7061af2bb85b7b0e8f106df3ebfc03c4c",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820dac8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba07c7b1c9fadb2370b899a7a34c1c48a60c9788ec54eedf5aa4164740aefbdec42a00cf844298513d48085b355e6c1951de7061af2bb85b7b0e8f106df3ebfc03c4c",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x24104"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64678,
              "transactionHash": "0xa926dba44780521beea225ead0cf28593d422a74e5427206de8dcd2c888186ba",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a626170335546505459447559714c65687958577771614b766d445245316d6e564257446f317077555a775a457a4e4264687773566b7136704752504238507a635065344c674e386d6b000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7bad9ef4bf8a03f17e684fb059a8ef446648c73d311d12fdc0ef29c0c6755df6",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x24104"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64677,
          "blockHash": "0x1e9318029f4210f590cac5ae9d63510b4f7cb19c2791a447e6e2ca70b73e407b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a626170335546505459447559714c65687958577771614b766d445245316d6e564257446f317077555a775a457a4e4264687773566b7136704752504238507a635065344c674e386d6b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0ccdcd23f5890027604c062abf37bc7e1cb4c09aa384411b9a61487296064e98",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
            "length": 3
          },
          "hash": "0x0ccdcd23f5890027604c062abf37bc7e1cb4c09aa384411b9a61487296064e98",
          "confirmations": 35,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x8f7bd23606bb6834deed66bcf7096958556059f76f8490a610e628717f2b5281",
          "s": "0x0d45d5e8ec76d13a4db38ed34c25122e7d7e6770144aceacb1e695d54e38cb6c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d438501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a626170335546505459447559714c65687958577771614b766d445245316d6e564257446f317077555a775a457a4e4264687773566b7136704752504238507a635065344c674e386d6b000000000000000000000000000000000000831d26b7a08f7bd23606bb6834deed66bcf7096958556059f76f8490a610e628717f2b5281a00d45d5e8ec76d13a4db38ed34c25122e7d7e6770144aceacb1e695d54e38cb6c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64677,
              "transactionHash": "0x0ccdcd23f5890027604c062abf37bc7e1cb4c09aa384411b9a61487296064e98",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a626170335546505459447559714c65687958577771614b766d445245316d6e564257446f317077555a775a457a4e4264687773566b7136704752504238507a635065344c674e386d6b000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1e9318029f4210f590cac5ae9d63510b4f7cb19c2791a447e6e2ca70b73e407b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64676,
          "blockHash": "0x83fadf91b99c5c155ada36d586aeec3588601e6bdb43120a1b98e3705726b19a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xef175b752db94d292e9dd80bf0699b484310beb163bd29b91c4f29567c9dd924",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "length": 2
          },
          "hash": "0xef175b752db94d292e9dd80bf0699b484310beb163bd29b91c4f29567c9dd924",
          "confirmations": 36,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3499,
          "r": "0x840d0977774342c749b9498e88c72056bd79debf5e506aa409151b0427473b4d",
          "s": "0x593c8a9ebe8dce64f5430bce973992255990b1fd12185c4435ddfeee6316b98a",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820dab8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ca0840d0977774342c749b9498e88c72056bd79debf5e506aa409151b0427473b4da0593c8a9ebe8dce64f5430bce973992255990b1fd12185c4435ddfeee6316b98a",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x24104"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64676,
              "transactionHash": "0xef175b752db94d292e9dd80bf0699b484310beb163bd29b91c4f29567c9dd924",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f39327767585248513464485245476b5a71427a796441443954674d4e3965564454444b764246504e657059727139674b6b48345973464d436653343732795663443436704474346b3347000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x83fadf91b99c5c155ada36d586aeec3588601e6bdb43120a1b98e3705726b19a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x24104"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64675,
          "blockHash": "0x92206d7a0fb30e553968c3bdd41b1c9eb26abbe61ff3a414b1cbcea9ac6e2391",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f39327767585248513464485245476b5a71427a796441443954674d4e3965564454444b764246504e657059727139674b6b48345973464d436653343732795663443436704474346b3347000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6f80db042116d072f473ee1a7ce3e13aeeabaf9d2ce03d6861a443d26f4360f9",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
            "length": 3
          },
          "hash": "0x6f80db042116d072f473ee1a7ce3e13aeeabaf9d2ce03d6861a443d26f4360f9",
          "confirmations": 37,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 66,
          "r": "0xa2c1d5bc8f26f007566f85665086c035f269ec2a6664f17d52496a3c79356a7e",
          "s": "0x47e919d1fa8367516e8f9f5760c3e7a5969b868499e06e8043b7a89dafc74369",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d428501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f39327767585248513464485245476b5a71427a796441443954674d4e3965564454444b764246504e657059727139674b6b48345973464d436653343732795663443436704474346b3347000000000000000000000000000000000000831d26b7a0a2c1d5bc8f26f007566f85665086c035f269ec2a6664f17d52496a3c79356a7ea047e919d1fa8367516e8f9f5760c3e7a5969b868499e06e8043b7a89dafc74369",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64675,
              "transactionHash": "0x6f80db042116d072f473ee1a7ce3e13aeeabaf9d2ce03d6861a443d26f4360f9",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f39327767585248513464485245476b5a71427a796441443954674d4e3965564454444b764246504e657059727139674b6b48345973464d436653343732795663443436704474346b3347000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92206d7a0fb30e553968c3bdd41b1c9eb26abbe61ff3a414b1cbcea9ac6e2391",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64673,
          "blockHash": "0xdff0582c1cbb4f10e86e278eb9ab1cc19e46c80d7d0c35f984999eafe388b72c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4858754c716968327664356e4a73506e716b5935434e3852336351713558514c4b62764c7542486d6252517835617270636b5a6b6b4e32774359564b683339617a785574367664734d51000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x999df2a336fc85211381298b1a3cc83503ad43319d492e09eeae1f40a24ee8e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "length": 3
          },
          "hash": "0x999df2a336fc85211381298b1a3cc83503ad43319d492e09eeae1f40a24ee8e5",
          "confirmations": 39,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 65,
          "r": "0xa56bccf3e498fc1e46b7d5686f8b59d509c1da23e827129dc809a4f783e4ac9f",
          "s": "0x256ac6656c70ce7ac713f4ca0f202f69c92263889ba454265d34abcc9483d9b9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d418501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4858754c716968327664356e4a73506e716b5935434e3852336351713558514c4b62764c7542486d6252517835617270636b5a6b6b4e32774359564b683339617a785574367664734d51000000000000000000000000000000000000831d26b7a0a56bccf3e498fc1e46b7d5686f8b59d509c1da23e827129dc809a4f783e4ac9fa0256ac6656c70ce7ac713f4ca0f202f69c92263889ba454265d34abcc9483d9b9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64673,
              "transactionHash": "0x999df2a336fc85211381298b1a3cc83503ad43319d492e09eeae1f40a24ee8e5",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4858754c716968327664356e4a73506e716b5935434e3852336351713558514c4b62764c7542486d6252517835617270636b5a6b6b4e32774359564b683339617a785574367664734d51000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xdff0582c1cbb4f10e86e278eb9ab1cc19e46c80d7d0c35f984999eafe388b72c",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64674,
          "blockHash": "0x5d0fd66ae899c352f54d37e597b8c741902127a5b4bca37bfb3a5a0bd178a521",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xaa8f2c66f3b302af090fc027611bb3b9777c6b6764a5ae4897fbdf65ac1a9ea1",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
            "length": 2
          },
          "hash": "0xaa8f2c66f3b302af090fc027611bb3b9777c6b6764a5ae4897fbdf65ac1a9ea1",
          "confirmations": 38,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3498,
          "r": "0x7eb2eaf46b6c4416484d680c062256a4072870519130372795bd004c3d184548",
          "s": "0x0b3719da8bb08846b511e3b8db76ebff4ec8ab34c600f2939d07c70e44cd195b",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820daa8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba07eb2eaf46b6c4416484d680c062256a4072870519130372795bd004c3d184548a00b3719da8bb08846b511e3b8db76ebff4ec8ab34c600f2939d07c70e44cd195b",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x24104"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64674,
              "transactionHash": "0xaa8f2c66f3b302af090fc027611bb3b9777c6b6764a5ae4897fbdf65ac1a9ea1",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4858754c716968327664356e4a73506e716b5935434e3852336351713558514c4b62764c7542486d6252517835617270636b5a6b6b4e32774359564b683339617a785574367664734d51000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5d0fd66ae899c352f54d37e597b8c741902127a5b4bca37bfb3a5a0bd178a521",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x24104"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64672,
          "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "confirmations": 40,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18b7a"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 64,
          "r": "0x2fe73eb2736facc24fa0b92e90e697e09cb631a074296db7e868341d1a8e082a",
          "s": "0x78fb7dfcaae45d01195f079912bf514bc0d510c04ec9fabfa0983288ba7f2e2e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9022e408501dcd6500083018b7a9463b2dc00f3c1931279400418ac6b894182d902f780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a02fe73eb2736facc24fa0b92e90e697e09cb631a074296db7e868341d1a8e082aa078fb7dfcaae45d01195f079912bf514bc0d510c04ec9fabfa0983288ba7f2e2e",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18b7a"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18b7a"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64672,
          "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "confirmations": 40,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18b7a"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 64,
          "r": "0x2fe73eb2736facc24fa0b92e90e697e09cb631a074296db7e868341d1a8e082a",
          "s": "0x78fb7dfcaae45d01195f079912bf514bc0d510c04ec9fabfa0983288ba7f2e2e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9022e408501dcd6500083018b7a9463b2dc00f3c1931279400418ac6b894182d902f780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a02fe73eb2736facc24fa0b92e90e697e09cb631a074296db7e868341d1a8e082aa078fb7dfcaae45d01195f079912bf514bc0d510c04ec9fabfa0983288ba7f2e2e",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18b7a"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18b7a"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64672,
          "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
          "confirmations": 40,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18b7a"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 64,
          "r": "0x2fe73eb2736facc24fa0b92e90e697e09cb631a074296db7e868341d1a8e082a",
          "s": "0x78fb7dfcaae45d01195f079912bf514bc0d510c04ec9fabfa0983288ba7f2e2e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9022e408501dcd6500083018b7a9463b2dc00f3c1931279400418ac6b894182d902f780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034336562653962383364333939663533666463336165383230626531363930393138616339303035323139373365653861393430626432656461303461343634623733303034353464306538646235366536303462363338353439343165306135353366636630373634633237653532376235373130356365383331626362396100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a02fe73eb2736facc24fa0b92e90e697e09cb631a074296db7e868341d1a8e082aa078fb7dfcaae45d01195f079912bf514bc0d510c04ec9fabfa0983288ba7f2e2e",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18b7a"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64672,
              "transactionHash": "0x65e0837bdae5d31e7b426cc6b44a68ba61e1294e467d3aeab1eba6950e731976",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x8b8845d21cc354971a0223663b5d6308778cb1b86477673e2d261d441cc6bc51",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18b7a"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64670,
          "blockHash": "0x5212df2d9dbdb8098ec7dea74e188517f3f957edd8f6ad8f0c630918d31ca3f8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x359b015b3c22c91ed792f146cab8a652111a0e6e0a7b9afa7e2565134a566369",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "length": 2
          },
          "hash": "0x359b015b3c22c91ed792f146cab8a652111a0e6e0a7b9afa7e2565134a566369",
          "confirmations": 42,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3497,
          "r": "0xcf871c1406ec62e386cab4ee00e8bf6b7cdf22b8c31c6a49261aa0a1545807e6",
          "s": "0x1da86313d55ec094c2e8cdb621aaf2b02e49309b6dbdf23ecc5786cb27e5a85b",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820da98501dcd650008398968094f96c974e6a644c9f2c1038cf3bb750a9277969d48084446e88261ca0cf871c1406ec62e386cab4ee00e8bf6b7cdf22b8c31c6a49261aa0a1545807e6a01da86313d55ec094c2e8cdb621aaf2b02e49309b6dbdf23ecc5786cb27e5a85b",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000400000040000000000000000000000000000000000000000000100000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64670,
              "transactionHash": "0x359b015b3c22c91ed792f146cab8a652111a0e6e0a7b9afa7e2565134a566369",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f375963724c74336d45467644397533324c786a6d506a396f654d3939474e4c354a366b77594564326a4279425054366d334d3948643944644c705a6731324a4e46446477353873775871000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5212df2d9dbdb8098ec7dea74e188517f3f957edd8f6ad8f0c630918d31ca3f8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64671,
          "blockHash": "0x0af366e26637aef01336255d9925e022a8253257cee89b65dd17eff2ba628b58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0xf1551887",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x7f2b7790c2d9a7becb99d6e69a4ff0d29f51e3e622d931b6484da42c2f1077e1",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          },
          "hash": "0x7f2b7790c2d9a7becb99d6e69a4ff0d29f51e3e622d931b6484da42c2f1077e1",
          "confirmations": 41,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5d79"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 63,
          "r": "0xc7b37d4ae29c0c128c8dd8a6703a3d3797abb3f83325cfe2ce0d691a867a1970",
          "s": "0x60033e0f036ebdd1a850ab110174d9b5356622d1c8b65decaa7d92608a0852a1",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b3f8501dcd65000825d7994f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba8084f1551887831d26b8a0c7b37d4ae29c0c128c8dd8a6703a3d3797abb3f83325cfe2ce0d691a867a1970a060033e0f036ebdd1a850ab110174d9b5356622d1c8b65decaa7d92608a0852a1",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5d79"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000400000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64671,
              "transactionHash": "0x7f2b7790c2d9a7becb99d6e69a4ff0d29f51e3e622d931b6484da42c2f1077e1",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
              ],
              "data": "0x",
              "logIndex": 0,
              "blockHash": "0x0af366e26637aef01336255d9925e022a8253257cee89b65dd17eff2ba628b58",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5d79"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64669,
          "blockHash": "0x531e011c1acbd85b6359e4775456af5f2ca3f5627ace80f5864fc0f4fa694bc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f375963724c74336d45467644397533324c786a6d506a396f654d3939474e4c354a366b77594564326a4279425054366d334d3948643944644c705a6731324a4e46446477353873775871000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x4196091ab74e62462bb93b9e91ebf565dd3343098fcaceb90c4eb7f96373537f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
            "length": 3
          },
          "hash": "0x4196091ab74e62462bb93b9e91ebf565dd3343098fcaceb90c4eb7f96373537f",
          "confirmations": 43,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 62,
          "r": "0x711673e1bd50a31d2619b8232c3d8f06f6d4e4620e066cc1efe3ae3eba077e0f",
          "s": "0x7a606d0fcbb94d07750eeb39654e9b30546e6cc92c46cacf561bccdb2c0feb45",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d3e8501dcd650008301ef7794f96c974e6a644c9f2c1038cf3bb750a9277969d480b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f375963724c74336d45467644397533324c786a6d506a396f654d3939474e4c354a366b77594564326a4279425054366d334d3948643944644c705a6731324a4e46446477353873775871000000000000000000000000000000000000831d26b8a0711673e1bd50a31d2619b8232c3d8f06f6d4e4620e066cc1efe3ae3eba077e0fa07a606d0fcbb94d07750eeb39654e9b30546e6cc92c46cacf561bccdb2c0feb45",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800800000000000000000000000002000000000000000000000000000000000000000000000000000200000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64669,
              "transactionHash": "0x4196091ab74e62462bb93b9e91ebf565dd3343098fcaceb90c4eb7f96373537f",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f375963724c74336d45467644397533324c786a6d506a396f654d3939474e4c354a366b77594564326a4279425054366d334d3948643944644c705a6731324a4e46446477353873775871000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x531e011c1acbd85b6359e4775456af5f2ca3f5627ace80f5864fc0f4fa694bc8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64668,
          "blockHash": "0x05112d90c8c3aeb532ec67d2b432e125706e31ec741911bb38c1f4b0e5c63e56",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xcde920389fcfd9bc0542db23e377e3e9c52338929f5f61b1aeab9cee2ab10f33",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "length": 2
          },
          "hash": "0xcde920389fcfd9bc0542db23e377e3e9c52338929f5f61b1aeab9cee2ab10f33",
          "confirmations": 44,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3496,
          "r": "0x52f397242e55c1484a023e7f40b0bdfcb9ebe6b395e538ed1761f33e22c4f638",
          "s": "0x349a4decd223c277d0c0510b8964283644816f9c26e2b63c78cafdce7cc82776",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820da88501dcd650008398968094bc21ca194ecc54a6db7d8bbdb418e5a185eba9418084446e88261ca052f397242e55c1484a023e7f40b0bdfcb9ebe6b395e538ed1761f33e22c4f638a0349a4decd223c277d0c0510b8964283644816f9c26e2b63c78cafdce7cc82776",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x04000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64668,
              "transactionHash": "0xcde920389fcfd9bc0542db23e377e3e9c52338929f5f61b1aeab9cee2ab10f33",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f335154746d4a6d31544e4e3658447578717441354d4b6858476363395455446d675259434c7279613636434b354475366e665068327738424d655737414862564c557045317669737474000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x05112d90c8c3aeb532ec67d2b432e125706e31ec741911bb38c1f4b0e5c63e56",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64667,
          "blockHash": "0x7eec6f01241f1a876728197f07276e82681862512a1b0fed25eb69cf4a80f09f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x64d175c1420509dd653df011afba44fad9291665bf586af17045cffc2016b3e0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "length": 2
          },
          "hash": "0x64d175c1420509dd653df011afba44fad9291665bf586af17045cffc2016b3e0",
          "confirmations": 45,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3495,
          "r": "0x0922aa0f3e79034ffcec3bba548702f6c0c77b214a26668500663ccaf920de8e",
          "s": "0x67125ab1169d820db2627367f36a1fbbc4f3e43295d7b4fdf1b0df0e285c8c09",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820da78501dcd6500083989680940154fc0407fb5968308ada5b801aee86e407c3fd8084446e88261ca00922aa0f3e79034ffcec3bba548702f6c0c77b214a26668500663ccaf920de8ea067125ab1169d820db2627367f36a1fbbc4f3e43295d7b4fdf1b0df0e285c8c09",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64667,
              "transactionHash": "0x64d175c1420509dd653df011afba44fad9291665bf586af17045cffc2016b3e0",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4432476a535552464873546a5a617478794333627538326d65384c595932377a52595a693842716d48565669483437676e433244744a587354775173373878615469334d65746b4e5457000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7eec6f01241f1a876728197f07276e82681862512a1b0fed25eb69cf4a80f09f",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64666,
          "blockHash": "0x305f19476432960b0fca90c764ee6842bbbb69d70c146c1f26504fced952ef6f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f335154746d4a6d31544e4e3658447578717441354d4b6858476363395455446d675259434c7279613636434b354475366e665068327738424d655737414862564c557045317669737474000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xaa3cdaee4526b01887f576e9180068925e6856868d77bc0dd53af8f31fb284f3",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
            "length": 3
          },
          "hash": "0xaa3cdaee4526b01887f576e9180068925e6856868d77bc0dd53af8f31fb284f3",
          "confirmations": 46,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 61,
          "r": "0x2cef5bdd8330aba255e218d10972378bdb67fb2bb16b34855cfd2ce02d49c2c5",
          "s": "0x2d7b06b3d204f93b2fb5dd9d92381095390f4cb434b285571b324ae08befe096",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3d8501dcd650008301ef7794bc21ca194ecc54a6db7d8bbdb418e5a185eba94180b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f335154746d4a6d31544e4e3658447578717441354d4b6858476363395455446d675259434c7279613636434b354475366e665068327738424d655737414862564c557045317669737474000000000000000000000000000000000000831d26b7a02cef5bdd8330aba255e218d10972378bdb67fb2bb16b34855cfd2ce02d49c2c5a02d7b06b3d204f93b2fb5dd9d92381095390f4cb434b285571b324ae08befe096",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x04000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64666,
              "transactionHash": "0xaa3cdaee4526b01887f576e9180068925e6856868d77bc0dd53af8f31fb284f3",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f335154746d4a6d31544e4e3658447578717441354d4b6858476363395455446d675259434c7279613636434b354475366e665068327738424d655737414862564c557045317669737474000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x305f19476432960b0fca90c764ee6842bbbb69d70c146c1f26504fced952ef6f",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64665,
          "blockHash": "0x82f7d2ee4de28a871790c5c93b6ab76b3fc8a2b5a9bdc58c3ecd866aac395bd6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4143a4590d3745f7972304ca0ab22e27eac81c600724eeadf7be3aa6b42ead10",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "length": 2
          },
          "hash": "0x4143a4590d3745f7972304ca0ab22e27eac81c600724eeadf7be3aa6b42ead10",
          "confirmations": 47,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3494,
          "r": "0x8de054e8fb8d892e486599723d560a58ea20f5c4ec0274822a4fa04ecb97a683",
          "s": "0x48955d66163842a610fdcd0d7dcdf04ee54bfcd0175484f240bda40977e06e2a",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820da68501dcd6500083989680941fcb55adbfd90e6fdd67771338a87398960814b18084446e88261ba08de054e8fb8d892e486599723d560a58ea20f5c4ec0274822a4fa04ecb97a683a048955d66163842a610fdcd0d7dcdf04ee54bfcd0175484f240bda40977e06e2a",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64665,
              "transactionHash": "0x4143a4590d3745f7972304ca0ab22e27eac81c600724eeadf7be3aa6b42ead10",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46686d734a51724c664a62333973547439583876595146516f6e48753839775a376a464731314a7a765243757245524a6361506f7534624a7243445a7752355a6a4a623667744c386751000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x82f7d2ee4de28a871790c5c93b6ab76b3fc8a2b5a9bdc58c3ecd866aac395bd6",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64664,
          "blockHash": "0xdd62b427b4da2051a94762f163900c8a4130c568dd53a16dcf60fec40866c8c1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4432476a535552464873546a5a617478794333627538326d65384c595932377a52595a693842716d48565669483437676e433244744a587354775173373878615469334d65746b4e5457000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x935bdea1bf9742b620c86533ff197d5bf39dd04e7ade8fc5d34ec97e17cc5d07",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
            "length": 3
          },
          "hash": "0x935bdea1bf9742b620c86533ff197d5bf39dd04e7ade8fc5d34ec97e17cc5d07",
          "confirmations": 48,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 60,
          "r": "0xcb400877558b8ccd550d6d16614240f27c68718dad3f9c1d8868a2d45cb7b5f7",
          "s": "0x6fe8e5bd083b1cc2080645675836c3bab42f76f623fc74e562b089231198b8d3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3c8501dcd650008301ef77940154fc0407fb5968308ada5b801aee86e407c3fd80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4432476a535552464873546a5a617478794333627538326d65384c595932377a52595a693842716d48565669483437676e433244744a587354775173373878615469334d65746b4e5457000000000000000000000000000000000000831d26b7a0cb400877558b8ccd550d6d16614240f27c68718dad3f9c1d8868a2d45cb7b5f7a06fe8e5bd083b1cc2080645675836c3bab42f76f623fc74e562b089231198b8d3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000120",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64664,
              "transactionHash": "0x935bdea1bf9742b620c86533ff197d5bf39dd04e7ade8fc5d34ec97e17cc5d07",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4432476a535552464873546a5a617478794333627538326d65384c595932377a52595a693842716d48565669483437676e433244744a587354775173373878615469334d65746b4e5457000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xdd62b427b4da2051a94762f163900c8a4130c568dd53a16dcf60fec40866c8c1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64663,
          "blockHash": "0x703880cda02cb6e4cf2434ca17f3c8f04972c302a13afe2117ab167c8788d0fb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xaccf0d68ea1d00695ce5d7d98fe1d2bba95cbb0a5eda56f66252e9396f33b410",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "length": 2
          },
          "hash": "0xaccf0d68ea1d00695ce5d7d98fe1d2bba95cbb0a5eda56f66252e9396f33b410",
          "confirmations": 49,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3493,
          "r": "0x2fee67697785f16e389681ae304cb4d5de5cd8623e717fdf12148d638fbc7d8d",
          "s": "0x6e75f1e4f5a155b59a8c92fa9b055189bc1e1433d2ebb20de4b7686ecb6c4357",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820da58501dcd650008398968094c26d5ae15bb653cb1c14674f3894288b81f3dabc8084446e88261ba02fee67697785f16e389681ae304cb4d5de5cd8623e717fdf12148d638fbc7d8da06e75f1e4f5a155b59a8c92fa9b055189bc1e1433d2ebb20de4b7686ecb6c4357",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64663,
              "transactionHash": "0xaccf0d68ea1d00695ce5d7d98fe1d2bba95cbb0a5eda56f66252e9396f33b410",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734845337072575539784377684851566e7376676b7a677159393477714a753651675337777a6a524a756d425970334e52644654677573774367644b52486e754b787148344d396b46000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x703880cda02cb6e4cf2434ca17f3c8f04972c302a13afe2117ab167c8788d0fb",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64662,
          "blockHash": "0x03b76b53345ad2ec1580cd26d5f3025ea903d3eed2f3bbceef82400192008bdf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f46686d734a51724c664a62333973547439583876595146516f6e48753839775a376a464731314a7a765243757245524a6361506f7534624a7243445a7752355a6a4a623667744c386751000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x945ddf8c028d8c06182b308225bd2d368c3f6d496ae7e68fb37f19cb1eb5ccdb",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
            "length": 3
          },
          "hash": "0x945ddf8c028d8c06182b308225bd2d368c3f6d496ae7e68fb37f19cb1eb5ccdb",
          "confirmations": 50,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 59,
          "r": "0xa2e9f0fd01e9c4bea6ae692e735166a4cbdea63006afe9081588c79f7a0438d3",
          "s": "0x51e89668194ec08a8bd59d54aa27d45917c85807dd5dd55f8cb0723a9c900da2",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3b8501dcd650008301ef77941fcb55adbfd90e6fdd67771338a87398960814b180b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f46686d734a51724c664a62333973547439583876595146516f6e48753839775a376a464731314a7a765243757245524a6361506f7534624a7243445a7752355a6a4a623667744c386751000000000000000000000000000000000000831d26b7a0a2e9f0fd01e9c4bea6ae692e735166a4cbdea63006afe9081588c79f7a0438d3a051e89668194ec08a8bd59d54aa27d45917c85807dd5dd55f8cb0723a9c900da2",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000001000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64662,
              "transactionHash": "0x945ddf8c028d8c06182b308225bd2d368c3f6d496ae7e68fb37f19cb1eb5ccdb",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46686d734a51724c664a62333973547439583876595146516f6e48753839775a376a464731314a7a765243757245524a6361506f7534624a7243445a7752355a6a4a623667744c386751000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x03b76b53345ad2ec1580cd26d5f3025ea903d3eed2f3bbceef82400192008bdf",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64661,
          "blockHash": "0x6301e9d633bb8cf1397288568e164abf08201cbf0b7c5ba36e85da22a0c1cece",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734845337072575539784377684851566e7376676b7a677159393477714a753651675337777a6a524a756d425970334e52644654677573774367644b52486e754b787148344d396b46000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8a50cb03b09f955ab6bd44ac03054f59a195c899e709efe11e25cdbbdcf9a81f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
            "length": 3
          },
          "hash": "0x8a50cb03b09f955ab6bd44ac03054f59a195c899e709efe11e25cdbbdcf9a81f",
          "confirmations": 51,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 58,
          "r": "0xbe3b92f4f099611d227f8923420e463accb3fa38b86f28292387647778f4a743",
          "s": "0x37e62da7f3cb14c4df57dc753cca1597bcbd3c49b52f558441d1f86b201ffce5",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3a8501dcd650008301ef7794c26d5ae15bb653cb1c14674f3894288b81f3dabc80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734845337072575539784377684851566e7376676b7a677159393477714a753651675337777a6a524a756d425970334e52644654677573774367644b52486e754b787148344d396b46000000000000000000000000000000000000831d26b7a0be3b92f4f099611d227f8923420e463accb3fa38b86f28292387647778f4a743a037e62da7f3cb14c4df57dc753cca1597bcbd3c49b52f558441d1f86b201ffce5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64661,
              "transactionHash": "0x8a50cb03b09f955ab6bd44ac03054f59a195c899e709efe11e25cdbbdcf9a81f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734845337072575539784377684851566e7376676b7a677159393477714a753651675337777a6a524a756d425970334e52644654677573774367644b52486e754b787148344d396b46000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6301e9d633bb8cf1397288568e164abf08201cbf0b7c5ba36e85da22a0c1cece",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64660,
          "blockHash": "0x59389dd272aed6cd67a99a64aca997bdaa5058500f2a4061522aaa124dcf945b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xe139e03b873db56c184a9554925aaf3cb84fd7034d5906390891b183e50922f3",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xe139e03b873db56c184a9554925aaf3cb84fd7034d5906390891b183e50922f3",
          "confirmations": 52,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 57,
          "r": "0x818b59cd56e018ebcc7934764625f9ca17d117a3b6e514dd91f9e420603f49c6",
          "s": "0x47c982d9f5da3f26d483dbb4e7772e23b277e999549d4c8131bcfa48308afc52",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b398501dcd65000825f2694f96c974e6a644c9f2c1038cf3bb750a9277969d48084c287e0ed831d26b8a0818b59cd56e018ebcc7934764625f9ca17d117a3b6e514dd91f9e420603f49c6a047c982d9f5da3f26d483dbb4e7772e23b277e999549d4c8131bcfa48308afc52",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64660,
              "transactionHash": "0xe139e03b873db56c184a9554925aaf3cb84fd7034d5906390891b183e50922f3",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x59389dd272aed6cd67a99a64aca997bdaa5058500f2a4061522aaa124dcf945b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64659,
          "blockHash": "0x8ca2cebf447a5af5c9270898faf0b979fa3f39636ee05e07578d8830d0c8a495",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xaa7fbcdc4e3d7396683c5f3184f16c92642ff5d905e846bba11c4958ebadaca8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "length": 2
          },
          "hash": "0xaa7fbcdc4e3d7396683c5f3184f16c92642ff5d905e846bba11c4958ebadaca8",
          "confirmations": 53,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3492,
          "r": "0x3944bbe71123867dcea8954df75c9ac99ef470067c0402868371cf9e1121315f",
          "s": "0x0fe9f5dd40c8ac2aa0ca42d2aba785ba708c7606661fcbf0a4618dda37a18db7",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820da48501dcd650008398968094f25656b2c092408e88694f1da0b3ad706021be8b8084446e88261ca03944bbe71123867dcea8954df75c9ac99ef470067c0402868371cf9e1121315fa00fe9f5dd40c8ac2aa0ca42d2aba785ba708c7606661fcbf0a4618dda37a18db7",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64659,
              "transactionHash": "0xaa7fbcdc4e3d7396683c5f3184f16c92642ff5d905e846bba11c4958ebadaca8",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34414e47646a525155524a61706a7a6b6675417379764734736438526a764a7148616241565066426a547577583555383367534b4e4361435a474b50756d31766468596845614a397a69000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8ca2cebf447a5af5c9270898faf0b979fa3f39636ee05e07578d8830d0c8a495",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64658,
          "blockHash": "0x837b3e27a753dbb58652b0b13d4f787c613914d3b97bca20734ba33dd5908c71",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8edcbc1e98dc5224abcaa967b5fdc2d3b5ca264639215531d6f54264e90c4963",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "length": 2
          },
          "hash": "0x8edcbc1e98dc5224abcaa967b5fdc2d3b5ca264639215531d6f54264e90c4963",
          "confirmations": 54,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3491,
          "r": "0xb1969ada109406f03a8b99c00025e822f3b4085d6dbabc30704bc7cad769c85c",
          "s": "0x4064e053723d80764ef1719ff9c97b504693ff4c723abfeca170a61377a77e6f",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820da38501dcd6500083989680946cf2afb3a492488ed71238b7cf944d0e0b6d84fe8084446e88261ba0b1969ada109406f03a8b99c00025e822f3b4085d6dbabc30704bc7cad769c85ca04064e053723d80764ef1719ff9c97b504693ff4c723abfeca170a61377a77e6f",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64658,
              "transactionHash": "0x8edcbc1e98dc5224abcaa967b5fdc2d3b5ca264639215531d6f54264e90c4963",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f38594172674136755041483579676a6157416a7375416147336f78716f784672655958714b564c646b50374c703370634e4a4444724e3671766a6a647a556867796678774e35556a736a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x837b3e27a753dbb58652b0b13d4f787c613914d3b97bca20734ba33dd5908c71",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64657,
          "blockHash": "0xb9b77a97ffe9e8326136b3aaa9c4461288d63f290d391596986f1d6d0e0cf644",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xddd3701073166d5e7c911641dc2813510f2e1e9defd5c856631338ad9dd6abf0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xddd3701073166d5e7c911641dc2813510f2e1e9defd5c856631338ad9dd6abf0",
          "confirmations": 55,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 56,
          "r": "0xab072b25c42463df223c60d06710437a94665c0859b195afc848421192e0f952",
          "s": "0x4b435a7582bb7bbe42bba1aa3968c2b1cc5dbb92b04b6081174247321c17875c",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b388501dcd65000825f2694c26d5ae15bb653cb1c14674f3894288b81f3dabc8084c287e0ed831d26b8a0ab072b25c42463df223c60d06710437a94665c0859b195afc848421192e0f952a04b435a7582bb7bbe42bba1aa3968c2b1cc5dbb92b04b6081174247321c17875c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64657,
              "transactionHash": "0xddd3701073166d5e7c911641dc2813510f2e1e9defd5c856631338ad9dd6abf0",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb9b77a97ffe9e8326136b3aaa9c4461288d63f290d391596986f1d6d0e0cf644",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64656,
          "blockHash": "0x69877f59327e1c7a74479e2166e55db00eec7ef3531461be4f9228cdb6fa181e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34414e47646a525155524a61706a7a6b6675417379764734736438526a764a7148616241565066426a547577583555383367534b4e4361435a474b50756d31766468596845614a397a69000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x15d6eb2fa769044462633de7faf9975747713c5e426b608d8e74f1b7f091b1c7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
            "length": 3
          },
          "hash": "0x15d6eb2fa769044462633de7faf9975747713c5e426b608d8e74f1b7f091b1c7",
          "confirmations": 56,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 55,
          "r": "0xff314c0d1ddf653278cd6ad1ca4450e6d2af44266cb264568162b6d2ede790b2",
          "s": "0x3cf21dca9cce12bc27ebeba2e103d4ace3dac763b24c99a99a00290d86f3b24f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d378501dcd650008301ef7794f25656b2c092408e88694f1da0b3ad706021be8b80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34414e47646a525155524a61706a7a6b6675417379764734736438526a764a7148616241565066426a547577583555383367534b4e4361435a474b50756d31766468596845614a397a69000000000000000000000000000000000000831d26b7a0ff314c0d1ddf653278cd6ad1ca4450e6d2af44266cb264568162b6d2ede790b2a03cf21dca9cce12bc27ebeba2e103d4ace3dac763b24c99a99a00290d86f3b24f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000004000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64656,
              "transactionHash": "0x15d6eb2fa769044462633de7faf9975747713c5e426b608d8e74f1b7f091b1c7",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34414e47646a525155524a61706a7a6b6675417379764734736438526a764a7148616241565066426a547577583555383367534b4e4361435a474b50756d31766468596845614a397a69000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x69877f59327e1c7a74479e2166e55db00eec7ef3531461be4f9228cdb6fa181e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64655,
          "blockHash": "0xd2521253c8983bbbb0e3f88e4a7cc4fa49bfe07ed7c3d03bbcda10009c516cbb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f38594172674136755041483579676a6157416a7375416147336f78716f784672655958714b564c646b50374c703370634e4a4444724e3671766a6a647a556867796678774e35556a736a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6cde1ed4a1787f181295139a4879830982e16328804cf80d9035b67d15bf1d0f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
            "length": 3
          },
          "hash": "0x6cde1ed4a1787f181295139a4879830982e16328804cf80d9035b67d15bf1d0f",
          "confirmations": 57,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 54,
          "r": "0x2b1588f0d2f8d42df27d1734f559eb27405c28bd0b0a57c3fec46626cf7b26ba",
          "s": "0x17ad1facf9af6d0ae9a1f60f06d1d4b9c26d3c8d9298fde747480468ac1851f5",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d368501dcd650008301ef77946cf2afb3a492488ed71238b7cf944d0e0b6d84fe80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f38594172674136755041483579676a6157416a7375416147336f78716f784672655958714b564c646b50374c703370634e4a4444724e3671766a6a647a556867796678774e35556a736a000000000000000000000000000000000000831d26b7a02b1588f0d2f8d42df27d1734f559eb27405c28bd0b0a57c3fec46626cf7b26baa017ad1facf9af6d0ae9a1f60f06d1d4b9c26d3c8d9298fde747480468ac1851f5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64655,
              "transactionHash": "0x6cde1ed4a1787f181295139a4879830982e16328804cf80d9035b67d15bf1d0f",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f38594172674136755041483579676a6157416a7375416147336f78716f784672655958714b564c646b50374c703370634e4a4444724e3671766a6a647a556867796678774e35556a736a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd2521253c8983bbbb0e3f88e4a7cc4fa49bfe07ed7c3d03bbcda10009c516cbb",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64654,
          "blockHash": "0x9a46a70a47a3ae6e7938466573d632c99b5abba18fc63340833eac8e35fe64cc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x8ef2bba7cc9212a9e65632672582f289d13b8eadbbe57f403c7830d02a17147e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x8ef2bba7cc9212a9e65632672582f289d13b8eadbbe57f403c7830d02a17147e",
          "confirmations": 58,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 53,
          "r": "0xafc6008b06fe84b074f40c1f88dd82d71806c04eb5c62174d89b8c8814a93805",
          "s": "0x2c02e4058d65ec97473d6b81e125bca8f8d5fdc0a828cc7abffd1c9d1d00954e",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b358501dcd65000825f2694f25656b2c092408e88694f1da0b3ad706021be8b8084c287e0ed831d26b8a0afc6008b06fe84b074f40c1f88dd82d71806c04eb5c62174d89b8c8814a93805a02c02e4058d65ec97473d6b81e125bca8f8d5fdc0a828cc7abffd1c9d1d00954e",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000001000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000800000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64654,
              "transactionHash": "0x8ef2bba7cc9212a9e65632672582f289d13b8eadbbe57f403c7830d02a17147e",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9a46a70a47a3ae6e7938466573d632c99b5abba18fc63340833eac8e35fe64cc",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64653,
          "blockHash": "0x1a4554b78b7422183b14db7bec678cd2d6e584fee9c278f291e23fb8ee60a10d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x47ee0d7a4e30b1e1e1dc753129fc3ad02975e28e1685dfb132fae1a248133abf",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "length": 2
          },
          "hash": "0x47ee0d7a4e30b1e1e1dc753129fc3ad02975e28e1685dfb132fae1a248133abf",
          "confirmations": 59,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3490,
          "r": "0x027beec1b201bd895d0c4a06e41278a183ad9e2ec53820bd4cfb6a1e2000cb71",
          "s": "0x00bf7977483586b028694c1aecc73a3fcfb023af69ca804e898fc0b022016fa9",
          "v": 27,
          "creates": null,
          "raw": "0xf86a820da28501dcd650008398968094d12efb4e2c7a00eb6f895a4526741d5526bf38588084446e88261ba0027beec1b201bd895d0c4a06e41278a183ad9e2ec53820bd4cfb6a1e2000cb719fbf7977483586b028694c1aecc73a3fcfb023af69ca804e898fc0b022016fa9",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000900000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64653,
              "transactionHash": "0x47ee0d7a4e30b1e1e1dc753129fc3ad02975e28e1685dfb132fae1a248133abf",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f354b76576f66394d673870386164443377757165574c793464526a7236433932547251717641784e6244594174546b50486f436a3551465043736d334158483158684757714772644e6f000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1a4554b78b7422183b14db7bec678cd2d6e584fee9c278f291e23fb8ee60a10d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64652,
          "blockHash": "0x6f33e1ed9df59f0ca400d693f8860511379c156765954f1a405a332b94cff07e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xade7cb935bd5a8fd7101507e571bad3a54610ebc7306b0aa00f3b567a46e0604",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xade7cb935bd5a8fd7101507e571bad3a54610ebc7306b0aa00f3b567a46e0604",
          "confirmations": 60,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 52,
          "r": "0x5f95ca3f45e73ef050193be96aead4c34b9811f6569d9a36ca29b33564a355a1",
          "s": "0x609b2cee2d9183221cdf57a3b09d85f3e6899508ad840b7d8946c98f912f1d52",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b348501dcd65000825f26946cf2afb3a492488ed71238b7cf944d0e0b6d84fe8084c287e0ed831d26b8a05f95ca3f45e73ef050193be96aead4c34b9811f6569d9a36ca29b33564a355a1a0609b2cee2d9183221cdf57a3b09d85f3e6899508ad840b7d8946c98f912f1d52",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64652,
              "transactionHash": "0xade7cb935bd5a8fd7101507e571bad3a54610ebc7306b0aa00f3b567a46e0604",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6f33e1ed9df59f0ca400d693f8860511379c156765954f1a405a332b94cff07e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64651,
          "blockHash": "0x9b3a0326613a3e05261150757a528569c40d6dc1175c699c8f519cc1d8bbf62c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f354b76576f66394d673870386164443377757165574c793464526a7236433932547251717641784e6244594174546b50486f436a3551465043736d334158483158684757714772644e6f000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x082937445024ee97f0e164cfe28a67d139164703361efabc8ce8499ba5c4ae59",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
            "length": 3
          },
          "hash": "0x082937445024ee97f0e164cfe28a67d139164703361efabc8ce8499ba5c4ae59",
          "confirmations": 61,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 51,
          "r": "0x73c0079b789b639c875cbf4219c318e2108598592cfc9d601182a42396f4e215",
          "s": "0x0d0ace85cb5499dec883ae20b1b3db66b061a943319080ab8bf2b572096f31cb",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d338501dcd650008301ef7794d12efb4e2c7a00eb6f895a4526741d5526bf385880b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f354b76576f66394d673870386164443377757165574c793464526a7236433932547251717641784e6244594174546b50486f436a3551465043736d334158483158684757714772644e6f000000000000000000000000000000000000831d26b8a073c0079b789b639c875cbf4219c318e2108598592cfc9d601182a42396f4e215a00d0ace85cb5499dec883ae20b1b3db66b061a943319080ab8bf2b572096f31cb",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000800000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64651,
              "transactionHash": "0x082937445024ee97f0e164cfe28a67d139164703361efabc8ce8499ba5c4ae59",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f354b76576f66394d673870386164443377757165574c793464526a7236433932547251717641784e6244594174546b50486f436a3551465043736d334158483158684757714772644e6f000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9b3a0326613a3e05261150757a528569c40d6dc1175c699c8f519cc1d8bbf62c",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64650,
          "blockHash": "0xf1a129931155c697744ac1c321ac47712857c3d1f717d53a300b2207a75ae8b1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x9688816ec44263dedbf332223d1278db9ebfa2c1faa6897c2ecc5d479d60409e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x9688816ec44263dedbf332223d1278db9ebfa2c1faa6897c2ecc5d479d60409e",
          "confirmations": 62,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 50,
          "r": "0x25e0fc219c70d5bb1ef88ea07bc762771efe1449a0b781192f5fdd089cbb0bdd",
          "s": "0x05445b91a7917d78b63e180c3598cba4291c6cc28068407790b02a8d339d4810",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b328501dcd65000825f2694bc21ca194ecc54a6db7d8bbdb418e5a185eba9418084c287e0ed831d26b8a025e0fc219c70d5bb1ef88ea07bc762771efe1449a0b781192f5fdd089cbb0bdda005445b91a7917d78b63e180c3598cba4291c6cc28068407790b02a8d339d4810",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x04000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64650,
              "transactionHash": "0x9688816ec44263dedbf332223d1278db9ebfa2c1faa6897c2ecc5d479d60409e",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf1a129931155c697744ac1c321ac47712857c3d1f717d53a300b2207a75ae8b1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64649,
          "blockHash": "0xf04d306ce45f31ce69ffd54f93360a74acc523fb533aa55fa0e0d52549dcb688",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x140722f898345be7937d47e94267c0fbe299d051e5e44b76d16d40e239ec683b",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "length": 2
          },
          "hash": "0x140722f898345be7937d47e94267c0fbe299d051e5e44b76d16d40e239ec683b",
          "confirmations": 63,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3489,
          "r": "0x1feb6224bcd49608d9e150688a353043c8487da75dc76d4683a0f587e875f06f",
          "s": "0x55d0356ae65312cd1df861a6ea6e1732c9c888c2ee455eef0f3896da50f99d74",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820da18501dcd650008398968094f7bf91baea34d83df45f9db2c2133996ad7febf88084446e88261ba01feb6224bcd49608d9e150688a353043c8487da75dc76d4683a0f587e875f06fa055d0356ae65312cd1df861a6ea6e1732c9c888c2ee455eef0f3896da50f99d74",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64649,
              "transactionHash": "0x140722f898345be7937d47e94267c0fbe299d051e5e44b76d16d40e239ec683b",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7432356b35726776717775777a7332437137734e4c375250776f714b746b75784b414376616b50726868377a5859753265546b7569586f78735358315a486579375467767375386b58000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf04d306ce45f31ce69ffd54f93360a74acc523fb533aa55fa0e0d52549dcb688",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64648,
          "blockHash": "0xda2f550646f0e147c1591886b2662e6e144a54943ea00d715159d5b4c5d4b48a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xea46c978e6cfe78651868d3986b15c64dc734bd28258c1d4343a954576110ae4",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xea46c978e6cfe78651868d3986b15c64dc734bd28258c1d4343a954576110ae4",
          "confirmations": 64,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xefedd2d47c372f87cbb3820fb5718d501782f3a415329d9a0e713da58cd45939",
          "s": "0x43db1f939e197cd21a8b565ce776856f2cf5601c2cd68642897eef3488913ba9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b318501dcd65000825f2694d12efb4e2c7a00eb6f895a4526741d5526bf38588084c287e0ed831d26b7a0efedd2d47c372f87cbb3820fb5718d501782f3a415329d9a0e713da58cd45939a043db1f939e197cd21a8b565ce776856f2cf5601c2cd68642897eef3488913ba9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64648,
              "transactionHash": "0xea46c978e6cfe78651868d3986b15c64dc734bd28258c1d4343a954576110ae4",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xda2f550646f0e147c1591886b2662e6e144a54943ea00d715159d5b4c5d4b48a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64647,
          "blockHash": "0x76851dcb6df494057dffef10645ecae7139e6d03071e26973bdd984c2172594e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7432356b35726776717775777a7332437137734e4c375250776f714b746b75784b414376616b50726868377a5859753265546b7569586f78735358315a486579375467767375386b58000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x54161fbfea102434b708daf00880c4583c2ad9aa78b72bc7e1c0fde8bdb7562f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
            "length": 3
          },
          "hash": "0x54161fbfea102434b708daf00880c4583c2ad9aa78b72bc7e1c0fde8bdb7562f",
          "confirmations": 65,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0x81488a349a08d4f853b31efde41f334ee95838a804de8d2d5472e71c590454f0",
          "s": "0x57ea5ef2cc41507b9be6e623b69832b80072630b78254e875fc592ad1fc9b600",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d308501dcd650008301ef7794f7bf91baea34d83df45f9db2c2133996ad7febf880b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7432356b35726776717775777a7332437137734e4c375250776f714b746b75784b414376616b50726868377a5859753265546b7569586f78735358315a486579375467767375386b58000000000000000000000000000000000000831d26b7a081488a349a08d4f853b31efde41f334ee95838a804de8d2d5472e71c590454f0a057ea5ef2cc41507b9be6e623b69832b80072630b78254e875fc592ad1fc9b600",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64647,
              "transactionHash": "0x54161fbfea102434b708daf00880c4583c2ad9aa78b72bc7e1c0fde8bdb7562f",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7432356b35726776717775777a7332437137734e4c375250776f714b746b75784b414376616b50726868377a5859753265546b7569586f78735358315a486579375467767375386b58000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x76851dcb6df494057dffef10645ecae7139e6d03071e26973bdd984c2172594e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64646,
          "blockHash": "0x3496494d532477ec2f4759fa4b07557014bcd5bd2d9b3603cd3f60a2821e6fd1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5ced2520c455108f5a72f5a0ba87df7a683e3061d98069efdd09cabc74f24bbc",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x5ced2520c455108f5a72f5a0ba87df7a683e3061d98069efdd09cabc74f24bbc",
          "confirmations": 66,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 47,
          "r": "0x7fcd0040ac47205ea6d2cb23ad52d638090ccd0cede5911e0c5a0862b47b9084",
          "s": "0x3c49aec9cd26a11510a4af10c4b7742ea9912cf364da3963dd515eb3eeb96402",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2f8501dcd65000825f26940154fc0407fb5968308ada5b801aee86e407c3fd8084c287e0ed831d26b7a07fcd0040ac47205ea6d2cb23ad52d638090ccd0cede5911e0c5a0862b47b9084a03c49aec9cd26a11510a4af10c4b7742ea9912cf364da3963dd515eb3eeb96402",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64646,
              "transactionHash": "0x5ced2520c455108f5a72f5a0ba87df7a683e3061d98069efdd09cabc74f24bbc",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x3496494d532477ec2f4759fa4b07557014bcd5bd2d9b3603cd3f60a2821e6fd1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64645,
          "blockHash": "0xd6a5d0f4de09a953e7564e6c7a70d71f470ebf5c88ff4c97bb22c15b15429253",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xb58d8a150148a31bf33d00a3da99230e4cd2d6ba10c1198e51a450e0c8cb5c7f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "length": 2
          },
          "hash": "0xb58d8a150148a31bf33d00a3da99230e4cd2d6ba10c1198e51a450e0c8cb5c7f",
          "confirmations": 67,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3488,
          "r": "0x176c6852b3e08bed41b48ff7f34bfac49466cef3e29c833b6f74dc048db2187c",
          "s": "0x191ad66f170c70cb6d4f1895bb55bc1cde70ae1f9eb1770722766534f12d4a30",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820da08501dcd650008398968094a4663469516f0d936b503069ce8ab1095d6c88698084446e88261ca0176c6852b3e08bed41b48ff7f34bfac49466cef3e29c833b6f74dc048db2187ca0191ad66f170c70cb6d4f1895bb55bc1cde70ae1f9eb1770722766534f12d4a30",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64645,
              "transactionHash": "0xb58d8a150148a31bf33d00a3da99230e4cd2d6ba10c1198e51a450e0c8cb5c7f",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3851464172506555445a6f734c56316d664b4b6b4c696f77567a324b485a384e346f4e6d4564686569457938436b46356336384a79587a6a5666317234433547786f6852743175743655000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd6a5d0f4de09a953e7564e6c7a70d71f470ebf5c88ff4c97bb22c15b15429253",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64644,
          "blockHash": "0x1149ddcadee97a4b889fc6d4a619c9d4867504ffc88bacb08ae46cd90783c12f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa93edabffed4a411ffbda8e65e6110b108e0f5b5379c22f741a330e3df59ba44",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa93edabffed4a411ffbda8e65e6110b108e0f5b5379c22f741a330e3df59ba44",
          "confirmations": 68,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x4af506dfe6392c9b31bc72bfe06b9879142f42dfefebb8938c0622c6a6a4d3d9",
          "s": "0x214b8c42788b1f4592fa2dc63354a2f3dbcdf265b6f2937579e04a74e464f703",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2e8501dcd65000825f2694f7bf91baea34d83df45f9db2c2133996ad7febf88084c287e0ed831d26b7a04af506dfe6392c9b31bc72bfe06b9879142f42dfefebb8938c0622c6a6a4d3d9a0214b8c42788b1f4592fa2dc63354a2f3dbcdf265b6f2937579e04a74e464f703",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000400010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64644,
              "transactionHash": "0xa93edabffed4a411ffbda8e65e6110b108e0f5b5379c22f741a330e3df59ba44",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1149ddcadee97a4b889fc6d4a619c9d4867504ffc88bacb08ae46cd90783c12f",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64643,
          "blockHash": "0xeb99ac15f8638e554b7f180b97f642ffe9849d834094c7aff95d41184ace09b5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3851464172506555445a6f734c56316d664b4b6b4c696f77567a324b485a384e346f4e6d4564686569457938436b46356336384a79587a6a5666317234433547786f6852743175743655000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0ba5e824231cb3218fd22d1ff2ddc9c5c5c5e18aeb7eaab3565204e6a009d5d4",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "objectHash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
            "length": 3
          },
          "hash": "0x0ba5e824231cb3218fd22d1ff2ddc9c5c5c5e18aeb7eaab3565204e6a009d5d4",
          "confirmations": 69,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0x7ddbc4bb5894fefce2e9258fcefc37bc20713c297d870603c68642431d865dfa",
          "s": "0x29b05984c2d727d67a82ebe543fd5e0b83456a9e42ec28c48b7dec2325775f7e",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d2d8501dcd650008301ef7794a4663469516f0d936b503069ce8ab1095d6c886980b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3851464172506555445a6f734c56316d664b4b6b4c696f77567a324b485a384e346f4e6d4564686569457938436b46356336384a79587a6a5666317234433547786f6852743175743655000000000000000000000000000000000000831d26b8a07ddbc4bb5894fefce2e9258fcefc37bc20713c297d870603c68642431d865dfaa029b05984c2d727d67a82ebe543fd5e0b83456a9e42ec28c48b7dec2325775f7e",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64643,
              "transactionHash": "0x0ba5e824231cb3218fd22d1ff2ddc9c5c5c5e18aeb7eaab3565204e6a009d5d4",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3851464172506555445a6f734c56316d664b4b6b4c696f77567a324b485a384e346f4e6d4564686569457938436b46356336384a79587a6a5666317234433547786f6852743175743655000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xeb99ac15f8638e554b7f180b97f642ffe9849d834094c7aff95d41184ace09b5",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64642,
          "blockHash": "0x604d115636e9fbfb3bea7a6aedbcb7b596cf20eb7f6c38c003052f78a0a44232",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x0015303e7c3b0afb7a242f7d7d6f8508be31bb47fd14cb825f1e3415f5cf0308",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x0015303e7c3b0afb7a242f7d7d6f8508be31bb47fd14cb825f1e3415f5cf0308",
          "confirmations": 70,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x4da2aa807e1dd5e233aeef6fee9f4daabefe4c3481c32956f150e4b303ad9571",
          "s": "0x72103c32670910429825d8e035f326a9cf7bfc984f903cce17e4667993982974",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2c8501dcd65000825f26941fcb55adbfd90e6fdd67771338a87398960814b18084c287e0ed831d26b7a04da2aa807e1dd5e233aeef6fee9f4daabefe4c3481c32956f150e4b303ad9571a072103c32670910429825d8e035f326a9cf7bfc984f903cce17e4667993982974",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64642,
              "transactionHash": "0x0015303e7c3b0afb7a242f7d7d6f8508be31bb47fd14cb825f1e3415f5cf0308",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x604d115636e9fbfb3bea7a6aedbcb7b596cf20eb7f6c38c003052f78a0a44232",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64641,
          "blockHash": "0x194a6548f734af6e06cb0b4c4c2a72e36cdea017a214fdd5ba6260bd2d179cf5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x5090787d5969b9ad423ede613f37afbd16012e2fd4c89de1504fa5d3018acf44",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x5090787d5969b9ad423ede613f37afbd16012e2fd4c89de1504fa5d3018acf44",
          "confirmations": 71,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0x0323b8a63a0470890ca172d15977a90c3673f8c31979a7333838e8eab9c2a3f7",
          "s": "0x16dcefa3bd5d04121c0df95f514b1d79baa54f9415c68dabf9baf097aaee7066",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2b8501dcd65000825f2694a4663469516f0d936b503069ce8ab1095d6c88698084c287e0ed831d26b7a00323b8a63a0470890ca172d15977a90c3673f8c31979a7333838e8eab9c2a3f7a016dcefa3bd5d04121c0df95f514b1d79baa54f9415c68dabf9baf097aaee7066",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000008000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64641,
              "transactionHash": "0x5090787d5969b9ad423ede613f37afbd16012e2fd4c89de1504fa5d3018acf44",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x194a6548f734af6e06cb0b4c4c2a72e36cdea017a214fdd5ba6260bd2d179cf5",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "confirmations": 72,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x52fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93",
          "s": "0x0bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a052fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93a00bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080800000000000000040000000000000000000000000000000000010000800000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000040000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
              "logIndex": 4,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "contentAddress": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "confirmations": 72,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x52fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93",
          "s": "0x0bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a052fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93a00bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080800000000000000040000000000000000000000000000000000010000800000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000040000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
              "logIndex": 4,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "confirmations": 72,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x52fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93",
          "s": "0x0bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a052fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93a00bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080800000000000000040000000000000000000000000000000000010000800000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000040000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
              "logIndex": 4,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "confirmations": 72,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x52fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93",
          "s": "0x0bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a052fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93a00bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080800000000000000040000000000000000000000000000000000010000800000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000040000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
              "logIndex": 4,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "confirmations": 72,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x52fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93",
          "s": "0x0bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a052fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93a00bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080800000000000000040000000000000000000000000000000000010000800000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000040000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
              "logIndex": 4,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64640,
          "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
          "confirmations": 72,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x52fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93",
          "s": "0x0bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a052fda87dc977318d95e40d3eca7d8e0713e2d2d30757f1c2e2d6d5a5feb0ab93a00bad4f970f0d6ba1f4d0a1ddaf7c5a6e82bb6b88ff33dead9b92ba81448b37c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080800000000000000040000000000000000000000000000000000010000800000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000040000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xC26d5AE15BB653Cb1C14674f3894288b81F3dAbc",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc",
              "logIndex": 4,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64640,
              "transactionHash": "0x05bf215f5fadf6193db67debc8065e8d8447fd0d5f25afbb2e0adf48d5d6461f",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000c26d5ae15bb653cb1c14674f3894288b81f3dabc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x588609cd78bd620b57da0ebd6f424181f51e3917dc067c81835a1dc01bc1150a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "confirmations": 73,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0xb33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ad",
          "s": "0x490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c298501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0b33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ada0490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000001000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a800000000000000000000000000000000000000000000000000000080000000000000800000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
              "logIndex": 4,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "contentAddress": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "confirmations": 73,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0xb33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ad",
          "s": "0x490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c298501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0b33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ada0490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000001000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a800000000000000000000000000000000000000000000000000000080000000000000800000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
              "logIndex": 4,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "confirmations": 73,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0xb33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ad",
          "s": "0x490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c298501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0b33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ada0490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000001000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a800000000000000000000000000000000000000000000000000000080000000000000800000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
              "logIndex": 4,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "confirmations": 73,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0xb33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ad",
          "s": "0x490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c298501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0b33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ada0490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000001000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a800000000000000000000000000000000000000000000000000000080000000000000800000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
              "logIndex": 4,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "confirmations": 73,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0xb33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ad",
          "s": "0x490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c298501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0b33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ada0490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000001000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a800000000000000000000000000000000000000000000000000000080000000000000800000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
              "logIndex": 4,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64639,
          "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
          "confirmations": 73,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0xb33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ad",
          "s": "0x490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c298501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0b33279f891a739cf0f5cb1e675b261e638ab30142c802361a02c595448ae29ada0490db964cd831a080df00b67fc4310b6397f9156bf033f09ed8eef339799fda3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000001000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a800000000000000000000000000000000000000000000000000000080000000000000800000000200000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF96C974E6a644C9f2c1038cf3bb750A9277969d4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d4",
              "logIndex": 4,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64639,
              "transactionHash": "0x2ffdbceb2439a172aa5e61be2d2416a89d6f186bce59c82b6775bc457a858825",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f96c974e6a644c9f2c1038cf3bb750a9277969d400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20a0fd3765527002168b754f445d859973f2297aeebbed1f719de41cc045fbc8",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "confirmations": 74,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297",
          "s": "0x61ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c288501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297a061ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000100000000000000000000000800001000000000000000000000000000000200000202020000000000000000000080000000000400000000000000000000000400000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
              "logIndex": 4,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "contentAddress": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "confirmations": 74,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297",
          "s": "0x61ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c288501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297a061ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000100000000000000000000000800001000000000000000000000000000000200000202020000000000000000000080000000000400000000000000000000000400000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
              "logIndex": 4,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "confirmations": 74,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297",
          "s": "0x61ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c288501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297a061ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000100000000000000000000000800001000000000000000000000000000000200000202020000000000000000000080000000000400000000000000000000000400000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
              "logIndex": 4,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "confirmations": 74,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297",
          "s": "0x61ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c288501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297a061ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000100000000000000000000000800001000000000000000000000000000000200000202020000000000000000000080000000000400000000000000000000000400000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
              "logIndex": 4,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "confirmations": 74,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297",
          "s": "0x61ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c288501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297a061ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000100000000000000000000000800001000000000000000000000000000000200000202020000000000000000000080000000000400000000000000000000000400000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
              "logIndex": 4,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64638,
          "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
          "confirmations": 74,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297",
          "s": "0x61ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c288501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0018de94ab3cdd3ec71d34b863e397aa532072bf23db77508dd9475d89d17e297a061ca25ae920ab4807261d7713979eff9deb3aeb3b857ce22530d401dc4a0b075",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000100000000000000000000000800001000000000000000000000000000000200000202020000000000000000000080000000000400000000000000000000000400000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xf25656B2c092408e88694f1Da0B3aD706021Be8B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b",
              "logIndex": 4,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64638,
              "transactionHash": "0x5d3b091270c0d5def44e321f97f796a4a4e269c4ab53c62e71e70a1f31ab6648",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f25656b2c092408e88694f1da0b3ad706021be8b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa02447ee32efaedfdb2acd6867d0a79fb3c2838450a4a6890ef3b58aa30d53f7",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "confirmations": 75,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x6f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8",
          "s": "0x70819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8a070819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000800000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000018000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
              "logIndex": 4,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "contentAddress": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "confirmations": 75,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x6f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8",
          "s": "0x70819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8a070819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000800000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000018000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
              "logIndex": 4,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "confirmations": 75,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x6f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8",
          "s": "0x70819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8a070819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000800000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000018000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
              "logIndex": 4,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "confirmations": 75,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x6f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8",
          "s": "0x70819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8a070819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000800000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000018000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
              "logIndex": 4,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "confirmations": 75,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x6f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8",
          "s": "0x70819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8a070819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000800000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000018000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
              "logIndex": 4,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64637,
          "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
          "confirmations": 75,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x6f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8",
          "s": "0x70819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06f6f6ed71adc4288aa939eeb0c6fdd08203a7f3f0980189a1d7829e7de90d5f8a070819a9ff8368c88d8cad8f96e4f897765b5b404f5f14576d73b171a4de660c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000800000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000018000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000200000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x6Cf2afB3A492488ED71238B7cf944D0e0b6d84fe",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe",
              "logIndex": 4,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64637,
              "transactionHash": "0xcc865be847967b59b927483068aae583bf019901bbe2ebb9843ff8d9d4f235b4",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000006cf2afb3a492488ed71238b7cf944d0e0b6d84fe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x77f15aed3e1576c457b14663a10955bf8b24a5fd8cfc4854a230516f363b2373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "confirmations": 76,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x3fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e4",
          "s": "0x000b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b268501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a03fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e49f0b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0400000004000000000000000000000000000000410000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
              "logIndex": 4,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "contentAddress": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "confirmations": 76,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x3fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e4",
          "s": "0x000b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b268501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a03fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e49f0b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0400000004000000000000000000000000000000410000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
              "logIndex": 4,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "confirmations": 76,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x3fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e4",
          "s": "0x000b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b268501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a03fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e49f0b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0400000004000000000000000000000000000000410000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
              "logIndex": 4,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "confirmations": 76,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x3fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e4",
          "s": "0x000b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b268501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a03fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e49f0b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0400000004000000000000000000000000000000410000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
              "logIndex": 4,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "confirmations": 76,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x3fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e4",
          "s": "0x000b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b268501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a03fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e49f0b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0400000004000000000000000000000000000000410000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
              "logIndex": 4,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64636,
          "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
          "confirmations": 76,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x3fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e4",
          "s": "0x000b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b268501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a03fec45400dd914aaf5db37615d1d1cad6344dd58206c9eb76079f85df62062e49f0b465b53fadacec91e2acabf6c685a22eefaa975b01c62fd4e7c5eef889e9f",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0400000004000000000000000000000000000000410000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xbc21Ca194eCC54a6dB7d8bBDB418e5A185eBa941",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba941",
              "logIndex": 4,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64636,
              "transactionHash": "0xf5903af4fc1c135d80c58a408d3d1d2c6600dc8df75acacffde2df4403ee8fbc",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000bc21ca194ecc54a6db7d8bbdb418e5a185eba94100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xcb11882b5fd4edb2bd0da60a37ea3822417268eaba78d95441cf12c1a875fa55",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "confirmations": 77,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x6a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2a",
          "s": "0x56bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2aa056bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000080040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000040000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
              "logIndex": 4,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "contentAddress": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "confirmations": 77,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x6a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2a",
          "s": "0x56bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2aa056bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000080040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000040000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
              "logIndex": 4,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "confirmations": 77,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x6a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2a",
          "s": "0x56bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2aa056bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000080040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000040000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
              "logIndex": 4,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "confirmations": 77,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x6a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2a",
          "s": "0x56bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2aa056bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000080040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000040000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
              "logIndex": 4,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "confirmations": 77,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x6a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2a",
          "s": "0x56bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2aa056bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000080040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000040000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
              "logIndex": 4,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64635,
          "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
          "confirmations": 77,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x6a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2a",
          "s": "0x56bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a06a66acb08756c68aa6bab80159f77c14a26fb48dd1af9e3bf1a4652b1cf0af2aa056bbb1a8e103cc40042d75d2a2f3f5b6db4d9414bb37412bb64b860906922adc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000080040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000040000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800800000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xd12efb4e2C7a00eb6F895a4526741d5526bF3858",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf3858",
              "logIndex": 4,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64635,
              "transactionHash": "0x7f29ab4120d65115be210cee7fef40175544b7be5b156b8eab51345b8142cf14",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d12efb4e2c7a00eb6f895a4526741d5526bf385800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd273429185ef4d6d911c06195c6c01ea77f6d4e561c8c9216ed2736c021e329d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "confirmations": 78,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975",
          "s": "0x0ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c248501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975a00ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000200000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000001010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
              "logIndex": 4,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "contentAddress": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "confirmations": 78,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975",
          "s": "0x0ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c248501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975a00ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000200000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000001010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
              "logIndex": 4,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "confirmations": 78,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975",
          "s": "0x0ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c248501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975a00ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000200000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000001010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
              "logIndex": 4,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "confirmations": 78,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975",
          "s": "0x0ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c248501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975a00ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000200000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000001010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
              "logIndex": 4,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "confirmations": 78,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975",
          "s": "0x0ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c248501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975a00ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000200000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000001010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
              "logIndex": 4,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64634,
          "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
          "confirmations": 78,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975",
          "s": "0x0ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c248501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0047a5c840bbf26be26535bde2a3964b1da332cdc5839dfbe4db671b1f9fd2975a00ee779bc06677144d6c158ceab8cb7d258b9a14f1573754901bc8a04941471c6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000200000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000001010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000020",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0154fC0407fB5968308ada5b801AEE86E407c3fd",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd",
              "logIndex": 4,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64634,
              "transactionHash": "0xa0a0c525404590a4816984a9bb71335ee99e52f7aa9492aa6de26e961112b633",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000000154fc0407fb5968308ada5b801aee86e407c3fd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x970a833d2e1007d9d0768cb612d3d60538b88c0dfa3eaf33a26b04420b900539",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "confirmations": 79,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fc",
          "s": "0x0711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c238501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fca00711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000001000000140000000000000400000000800000000000000004080000000000000000040200000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000040000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
              "logIndex": 4,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "contentAddress": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "confirmations": 79,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fc",
          "s": "0x0711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c238501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fca00711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000001000000140000000000000400000000800000000000000004080000000000000000040200000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000040000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
              "logIndex": 4,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "confirmations": 79,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fc",
          "s": "0x0711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c238501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fca00711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000001000000140000000000000400000000800000000000000004080000000000000000040200000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000040000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
              "logIndex": 4,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "confirmations": 79,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fc",
          "s": "0x0711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c238501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fca00711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000001000000140000000000000400000000800000000000000004080000000000000000040200000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000040000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
              "logIndex": 4,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "confirmations": 79,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fc",
          "s": "0x0711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c238501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fca00711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000001000000140000000000000400000000800000000000000004080000000000000000040200000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000040000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
              "logIndex": 4,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64633,
          "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
          "confirmations": 79,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fc",
          "s": "0x0711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c238501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0578bf962c7bea8dc906113de0826b679a91336509c965fd8feabf571ba8844fca00711d34f1264f0a5b521e78116d37594517e9873a3c28e0cef78405f8e75ae1a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000001000000140000000000000400000000800000000000000004080000000000000000040200000000000000000000000000000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000040000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xf7BF91baEA34d83Df45f9dB2c2133996Ad7FeBf8",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf8",
              "logIndex": 4,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64633,
              "transactionHash": "0x6c9e2ede7e87ac4e7bd19beb223f64028eef90a1586b4e9815c4242a7047d291",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f7bf91baea34d83df45f9db2c2133996ad7febf800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xba62a33b91f09651001d0c796a4fa5a4e032c969293c959bf4a13c99589e27db",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "confirmations": 80,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xda998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986b",
          "s": "0x6fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c228501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0da998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986ba06fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000002000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000040010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
              "logIndex": 4,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "contentAddress": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "confirmations": 80,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xda998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986b",
          "s": "0x6fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c228501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0da998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986ba06fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000002000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000040010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
              "logIndex": 4,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "confirmations": 80,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xda998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986b",
          "s": "0x6fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c228501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0da998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986ba06fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000002000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000040010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
              "logIndex": 4,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "confirmations": 80,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xda998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986b",
          "s": "0x6fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c228501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0da998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986ba06fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000002000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000040010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
              "logIndex": 4,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "confirmations": 80,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xda998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986b",
          "s": "0x6fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c228501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0da998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986ba06fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000002000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000040010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
              "logIndex": 4,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64632,
          "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
          "confirmations": 80,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xda998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986b",
          "s": "0x6fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c228501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0da998011a7ca0652d69b618da95e4a1540fccfa3ff83f2c29083a88c741d986ba06fe4d6d64d8c9f076cafa1730e7ec31e2692fcd049a14dc806d06975059c1430",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000002000000010000000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000000000000000000200000202020000000000000000000000000000000400000000000000000000000000000000000000000000000040010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000001000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x1FcB55ADBFD90e6fdd67771338A87398960814b1",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b1",
              "logIndex": 4,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64632,
              "transactionHash": "0xd1dc51d83db439832c3ab425b2f609fe46964654ee114acde3725975e7c219f7",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000001fcb55adbfd90e6fdd67771338a87398960814b100000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x253e18087c12896b22f20f6f6018516e575ff5c6bba991840923580e5efaac58",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "confirmations": 81,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xbeb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52a",
          "s": "0x273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0beb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52aa0273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010002000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000800000000000000200000202020000000000000000000000000000000400000000040000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
              "logIndex": 4,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "contentAddress": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "confirmations": 81,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xbeb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52a",
          "s": "0x273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0beb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52aa0273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010002000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000800000000000000200000202020000000000000000000000000000000400000000040000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
              "logIndex": 4,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "confirmations": 81,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xbeb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52a",
          "s": "0x273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0beb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52aa0273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010002000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000800000000000000200000202020000000000000000000000000000000400000000040000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
              "logIndex": 4,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "confirmations": 81,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xbeb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52a",
          "s": "0x273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0beb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52aa0273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010002000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000800000000000000200000202020000000000000000000000000000000400000000040000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
              "logIndex": 4,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "confirmations": 81,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xbeb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52a",
          "s": "0x273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0beb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52aa0273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010002000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000800000000000000200000202020000000000000000000000000000000400000000040000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
              "logIndex": 4,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64631,
          "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "containingLibrary": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
          "confirmations": 81,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3cfc61"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xbeb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52a",
          "s": "0x273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd65000833cfc6194f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0beb92d6432a4f28b7e96249b5153d3d102dc0ed237c20b34abe0533eaa17c52aa0273b80655a5d3ad0214aea5c89007867edbbf7b7e894e46243358bd943c59333",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3b2573"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000004000000000000140000000000000400000000800000000000000004080000000000000000040000000000000000000000000000000000010002000000000000000300000000000000000000000000000000000080000000000000000000000000000000800001000000000000000800000000000000200000202020000000000000000000000000000000400000000040000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 0,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xA4663469516F0d936B503069cE8ab1095d6C8869",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 2,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c8869",
              "logIndex": 4,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64631,
              "transactionHash": "0x1fd3c6581309b8f7e09018ad170ce759e02da49be553be49368701c19e22143c",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a4663469516f0d936b503069ce8ab1095d6c886900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xdd8de885e5df0249d0e92b40388d52bec0231f5607e1c6fcfd298cfe4b139a07",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3b2573"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64630,
          "blockHash": "0xffe269d5ad88ed8769676f99dc4430962a7dc2c154561d1821b7cc68a26219bd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xcd66f5e2e37d0a481c2ad11769b018a2cef976557a33d3073981a97f25065ba3",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "length": 2
          },
          "hash": "0xcd66f5e2e37d0a481c2ad11769b018a2cef976557a33d3073981a97f25065ba3",
          "confirmations": 82,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3487,
          "r": "0x51c6cd543eb7549c91f2e48cad13e434ea9ba807840b55068fee32bc7469a02c",
          "s": "0x43ca2d83e7a31be9507f45963300cdcf16ddac576c0347f63552afac9b90b32a",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820d9f8501dcd650008398968094f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba8084446e88261ca051c6cd543eb7549c91f2e48cad13e434ea9ba807840b55068fee32bc7469a02ca043ca2d83e7a31be9507f45963300cdcf16ddac576c0347f63552afac9b90b32a",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5a6"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64630,
              "transactionHash": "0xcd66f5e2e37d0a481c2ad11769b018a2cef976557a33d3073981a97f25065ba3",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4137707255436a75345264565433676d3348666864727476623962773756684a694168334b75544b4d6e71706b637a665163765031466d684e4235334544794d3450445950324c4d5a62000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xffe269d5ad88ed8769676f99dc4430962a7dc2c154561d1821b7cc68a26219bd",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5a6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64627,
          "blockHash": "0xda37d84167e15a11838d093f38335d898bc27a7918ecc72944056f21347d375b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4137707255436a75345264565433676d3348666864727476623962773756684a694168334b75544b4d6e71706b637a665163765031466d684e4235334544794d3450445950324c4d5a62000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x341eaeaca556af0916a4fb3988e814839e43a810abd41d5ade33ad57b06c9129",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
            "length": 3
          },
          "hash": "0x341eaeaca556af0916a4fb3988e814839e43a810abd41d5ade33ad57b06c9129",
          "confirmations": 85,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1bd57"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 32,
          "r": "0xd59f99b08d1c058ffcc499e383ec5fce633872e54492264f1e7c674c70f761a1",
          "s": "0x3ba94c22aedb0b1e3f638acf28162cf66094b046f218aadb9b54167e3f96372b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d208501dcd650008301bd5794f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4137707255436a75345264565433676d3348666864727476623962773756684a694168334b75544b4d6e71706b637a665163765031466d684e4235334544794d3450445950324c4d5a62000000000000000000000000000000000000831d26b8a0d59f99b08d1c058ffcc499e383ec5fce633872e54492264f1e7c674c70f761a1a03ba94c22aedb0b1e3f638acf28162cf66094b046f218aadb9b54167e3f96372b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1bd57"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64627,
              "transactionHash": "0x341eaeaca556af0916a4fb3988e814839e43a810abd41d5ade33ad57b06c9129",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4137707255436a75345264565433676d3348666864727476623962773756684a694168334b75544b4d6e71706b637a665163765031466d684e4235334544794d3450445950324c4d5a62000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xda37d84167e15a11838d093f38335d898bc27a7918ecc72944056f21347d375b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1bd57"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64628,
          "blockHash": "0xb6c4081c1bec2783b879e4ae67357abefbbab7f0f5416665a9e396280f228358",
          "hash": "0x7a87ac1d076883e31a65b562f47148bcf245c565c5291834be585e113634e777",
          "parentHash": "0xda37d84167e15a11838d093f38335d898bc27a7918ecc72944056f21347d375b",
          "number": 64628,
          "timestamp": 1572303804,
          "nonce": 17,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5208"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000eeb8ed5694e963c680d041a62fc7fe943f432f67025a0eb25c99e0710bf235c05fb082bc9804a3568e4659a52f3d9666da5942e22566bf55c5b1f364852e4d5d00",
          "transactions": [
            "0x7a87ac1d076883e31a65b562f47148bcf245c565c5291834be585e113634e777"
          ],
          "transactionHash": "0x7a87ac1d076883e31a65b562f47148bcf245c565c5291834be585e113634e777",
          "transactionIndex": 0,
          "confirmations": 84,
          "from": "0x387b1be903015A2Ec2058E32Ab6e76fe25ed0b51",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
          "value": {
            "_hex": "0x86afb4287d43e000"
          },
          "data": "0x",
          "r": "0x97992202e9421cf40a7d267cb13fa9247f450258b8cbe6dc3ad3193d7e3dab0f",
          "s": "0x473347a54240323ce10ddf7042d2de7b1fd6b304b8e5f4b20284f251f6ebc000",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86f118501dcd6500082520894d9dc97b58c5f2584062cf69775d160ed9a3bfbc48886afb4287d43e00080831d26b7a097992202e9421cf40a7d267cb13fa9247f450258b8cbe6dc3ad3193d7e3dab0fa0473347a54240323ce10ddf7042d2de7b1fd6b304b8e5f4b20284f251f6ebc000",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5208"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64629,
          "blockHash": "0xfe9b0e42c68ca581def5594d2ff5e2cda686e175c268417a1cea1d26fccb6366",
          "hash": "0xbedc9ff97fbeda88c741b23fca6166819c0f6aa39a63c4b161023717e3668155",
          "parentHash": "0xb6c4081c1bec2783b879e4ae67357abefbbab7f0f5416665a9e396280f228358",
          "number": 64629,
          "timestamp": 1572303804,
          "nonce": 15,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5208"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd883010813846765746888676f312e31312e35856c696e757800000000000000e34b0a3fb1a813606bda0815c7728ee7ff1128d1c0f86e3902c67186075121d76947f20c5a9a64f734cc00215b752e2a13111d3281e034a0c840316570cd4a3a01",
          "transactions": [
            "0xbedc9ff97fbeda88c741b23fca6166819c0f6aa39a63c4b161023717e3668155"
          ],
          "transactionHash": "0xbedc9ff97fbeda88c741b23fca6166819c0f6aa39a63c4b161023717e3668155",
          "transactionIndex": 0,
          "confirmations": 83,
          "from": "0x9e61cBfa79B5aA7e3E79c5fAA00034472a97C624",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
          "value": {
            "_hex": "0x85180d97c615a000"
          },
          "data": "0x",
          "r": "0xa3e6501951b0dd3f68f3b2e00de1324c9077d61dc050e7f007a28a86bf46ec62",
          "s": "0x16027b676d4131dcb595ad755c9972f0cf264363b532862a8395976528f05dd3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86f0f8501dcd6500082520894d9dc97b58c5f2584062cf69775d160ed9a3bfbc48885180d97c615a00080831d26b7a0a3e6501951b0dd3f68f3b2e00de1324c9077d61dc050e7f007a28a86bf46ec62a016027b676d4131dcb595ad755c9972f0cf264363b532862a8395976528f05dd3",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5208"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64626,
          "blockHash": "0x8145d93fa999af3ef593ebae3c3d6df2c730664e77bd50cafdc378fffc271033",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa95ad5dbb8447ce4431b99846e06fbb638982db0ca451c171481e30cf1cf4102",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa95ad5dbb8447ce4431b99846e06fbb638982db0ca451c171481e30cf1cf4102",
          "confirmations": 86,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5fc0"
          },
          "to": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 31,
          "r": "0x1f0a91df77138ca5c5d1fa350965ed41af87104886febb38631f624204afa63d",
          "s": "0x52c5012afabc9039f208e5f391b465bf7659fac7a614c39c2006e4de5b41358d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b1f8501dcd65000825fc094f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba8084c287e0ed831d26b8a01f0a91df77138ca5c5d1fa350965ed41af87104886febb38631f624204afa63da052c5012afabc9039f208e5f391b465bf7659fac7a614c39c2006e4de5b41358d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5fc0"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64626,
              "transactionHash": "0xa95ad5dbb8447ce4431b99846e06fbb638982db0ca451c171481e30cf1cf4102",
              "address": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8145d93fa999af3ef593ebae3c3d6df2c730664e77bd50cafdc378fffc271033",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5fc0"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64625,
          "blockHash": "0x41e99a89bf47bc0abc601a3daf3c517705381f60be426f9b55cc8020e64e1dc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2da7512c3d37df9ced13cfa71e4e269096b1f47fb20b125763d1c096c76bf589",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "length": 2
          },
          "hash": "0x2da7512c3d37df9ced13cfa71e4e269096b1f47fb20b125763d1c096c76bf589",
          "confirmations": 87,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3486,
          "r": "0x1d14b360ee0636fe2e431d99105296548b3a17327c1344891ed69d95a49a800e",
          "s": "0x1e74d892168c9ebd117acc7d5856db2cdacae52beba2b7cd3af9a741405b9a38",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820d9e8501dcd650008398968094c116d8a63e2e4820b9d054eb00fc7b1926a082028084446e88261ca01d14b360ee0636fe2e431d99105296548b3a17327c1344891ed69d95a49a800ea01e74d892168c9ebd117acc7d5856db2cdacae52beba2b7cd3af9a741405b9a38",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2387d"
          },
          "logsBloom": "0x40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64625,
              "transactionHash": "0x2da7512c3d37df9ced13cfa71e4e269096b1f47fb20b125763d1c096c76bf589",
              "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f39315776435841366a387652786559716568356e74336d53685772326937334c6e51645a55356243504a347474627674714d70366334544b5154654a5a5746676a50314e756475617733000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x41e99a89bf47bc0abc601a3daf3c517705381f60be426f9b55cc8020e64e1dc8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2387d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64624,
          "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "libraryAddress": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "confirmations": 88,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 30,
          "r": "0x52939beff671d3d26ec171e7a74109d60a66db0460a80592201e667ab335f591",
          "s": "0x47fb0bac214cb1c2a6acd286e8e7c63dd1c71988752b9e5b44f5d95ef2eeaff9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1e8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a052939beff671d3d26ec171e7a74109d60a66db0460a80592201e667ab335f591a047fb0bac214cb1c2a6acd286e8e7c63dd1c71988752b9e5b44f5d95ef2eeaff9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000000000000000000000000040800000000000000080000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000800000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 0,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 2,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64624,
          "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "1": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "2": 200,
            "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "entity": "0xF91D8EF7E5D9728BA51c35d7cb1AfB1b3760bBBa",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "confirmations": 88,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 30,
          "r": "0x52939beff671d3d26ec171e7a74109d60a66db0460a80592201e667ab335f591",
          "s": "0x47fb0bac214cb1c2a6acd286e8e7c63dd1c71988752b9e5b44f5d95ef2eeaff9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1e8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a052939beff671d3d26ec171e7a74109d60a66db0460a80592201e667ab335f591a047fb0bac214cb1c2a6acd286e8e7c63dd1c71988752b9e5b44f5d95ef2eeaff9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000000000000000000000000040800000000000000080000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000800000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 0,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 2,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64624,
          "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "walletAddress": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
          "confirmations": 88,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 30,
          "r": "0x52939beff671d3d26ec171e7a74109d60a66db0460a80592201e667ab335f591",
          "s": "0x47fb0bac214cb1c2a6acd286e8e7c63dd1c71988752b9e5b44f5d95ef2eeaff9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1e8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a052939beff671d3d26ec171e7a74109d60a66db0460a80592201e667ab335f591a047fb0bac214cb1c2a6acd286e8e7c63dd1c71988752b9e5b44f5d95ef2eeaff9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000000000000000000000000040800000000000000080000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000800000000000000000000000000000008000000000000000000000000000000000000000002000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728",
              "logIndex": 0,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b3728000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64624,
              "transactionHash": "0x5eb92ea3d23a20d37b83413608506ad50388f5e6aad0d632b70df4de8b369d23",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x000000000000000000000000f91d8ef7e5d9728ba51c35d7cb1afb1b3760bbba",
              "logIndex": 2,
              "blockHash": "0xece9b60e3424d78c654498c9dc237088f65ddc74e22d731d68f2defcc7316125",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64623,
          "blockHash": "0xfe912bc46eece7e908370dfa2fba4b9f778ea02e802bfacc5d08f054964f094d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f39315776435841366a387652786559716568356e74336d53685772326937334c6e51645a55356243504a347474627674714d70366334544b5154654a5a5746676a50314e756475617733000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0c6dd381850e81684437f38fa5b68f3ca8b940dad24fb1a5306195847d4af0a2",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__91WvCXA6j8vRxeYqeh5nt3mShWr2i73LnQdZU5bCPJ4ttbvtqMp6c4TKQTeJZWFgjP1Nuduaw3",
            "length": 3
          },
          "hash": "0x0c6dd381850e81684437f38fa5b68f3ca8b940dad24fb1a5306195847d4af0a2",
          "confirmations": 89,
          "from": "0x387b1be903015A2Ec2058E32Ab6e76fe25ed0b51",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x184fb"
          },
          "to": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 16,
          "r": "0xee976061c4625e04a72ba680bc37a7ea196a07925895422ad3ee16573f55a2b6",
          "s": "0x535508d5c6f7ed1e28364a5067e262e55e967ca485900533bd503146a3bee9c9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d108501dcd65000830184fb94c116d8a63e2e4820b9d054eb00fc7b1926a0820280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f39315776435841366a387652786559716568356e74336d53685772326937334c6e51645a55356243504a347474627674714d70366334544b5154654a5a5746676a50314e756475617733000000000000000000000000000000000000831d26b7a0ee976061c4625e04a72ba680bc37a7ea196a07925895422ad3ee16573f55a2b6a0535508d5c6f7ed1e28364a5067e262e55e967ca485900533bd503146a3bee9c9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x184fb"
          },
          "logsBloom": "0x40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000800000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64623,
              "transactionHash": "0x0c6dd381850e81684437f38fa5b68f3ca8b940dad24fb1a5306195847d4af0a2",
              "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f39315776435841366a387652786559716568356e74336d53685772326937334c6e51645a55356243504a347474627674714d70366334544b5154654a5a5746676a50314e756475617733000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xfe912bc46eece7e908370dfa2fba4b9f778ea02e802bfacc5d08f054964f094d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x184fb"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64622,
          "blockHash": "0xc1d14d79c09a95e307c2d81dc91fe28f9aa1d49f16c3132383e609847e222745",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x53eb601cf13cc29384aeaf82bbcb82b14e5e270ce6873ae484b4a2f8f45dde1d",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "length": 2
          },
          "hash": "0x53eb601cf13cc29384aeaf82bbcb82b14e5e270ce6873ae484b4a2f8f45dde1d",
          "confirmations": 90,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3485,
          "r": "0x8c14e4ea7f6507df93b2c5e64232cd69411d32b0181eabe97d66b44d4ce265fe",
          "s": "0x78b9706ce9384a16e6410ac93de50d8f48c0049c3183631114c6ed2ee2a8dcf2",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820d9d8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba08c14e4ea7f6507df93b2c5e64232cd69411d32b0181eabe97d66b44d4ce265fea078b9706ce9384a16e6410ac93de50d8f48c0049c3183631114c6ed2ee2a8dcf2",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2b634"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64622,
              "transactionHash": "0x53eb601cf13cc29384aeaf82bbcb82b14e5e270ce6873ae484b4a2f8f45dde1d",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc1d14d79c09a95e307c2d81dc91fe28f9aa1d49f16c3132383e609847e222745",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2b634"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64621,
          "blockHash": "0xeb74838fc78208ae8ade99aaca7bc8aec71629271f831870bc860eed1cbf7c20",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x55e5d3816a55f27d4a68a57f8b3051223baff146dd7b6f2b268b220d3cec8fcf",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
            "length": 3
          },
          "hash": "0x55e5d3816a55f27d4a68a57f8b3051223baff146dd7b6f2b268b220d3cec8fcf",
          "confirmations": 91,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1b4df"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 29,
          "r": "0xa49b3ae2b60e60817aca93422133eb0370371d5f93ed52bbd07b6f44476ca4db",
          "s": "0x2c4adb15d46a2f9be4f0411563e4e53dd6479b9633ccb2e7da7862c8ab8614f9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d1d8501dcd650008301b4df9463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000831d26b8a0a49b3ae2b60e60817aca93422133eb0370371d5f93ed52bbd07b6f44476ca4dba02c4adb15d46a2f9be4f0411563e4e53dd6479b9633ccb2e7da7862c8ab8614f9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1b4df"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64621,
              "transactionHash": "0x55e5d3816a55f27d4a68a57f8b3051223baff146dd7b6f2b268b220d3cec8fcf",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f374c59535745416a6a354d434e4833695851586a6732355a585474526f67547951757038485235656b4b314357676b51457476316374396473633239644b4b6e77747a757663364d614e000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xeb74838fc78208ae8ade99aaca7bc8aec71629271f831870bc860eed1cbf7c20",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1b4df"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64620,
          "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034373539326665643433616232633636336531653465316130373639616565643664663730326533326330666565323537386534613362376361366661323263316636623535656363623061633036613364623362646261663763663062653566643864663239383161396434643065343166626434323863636139643334646500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "3": "0x047592fed43ab2c663e1e4e1a0769aeed6df702e32c0fee2578e4a3b7ca6fa22c1f6b55eccb0ac06a3db3bdbaf7cf0be5fd8df2981a9d4d0e41fbd428cca9d34de",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "pkeRequestor": "0x047592fed43ab2c663e1e4e1a0769aeed6df702e32c0fee2578e4a3b7ca6fa22c1f6b55eccb0ac06a3db3bdbaf7cf0be5fd8df2981a9d4d0e41fbd428cca9d34de",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "confirmations": 92,
          "from": "0x387b1be903015A2Ec2058E32Ab6e76fe25ed0b51",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18c67"
          },
          "to": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 15,
          "r": "0x1256f0ceccb53c514ca166cef1e1ca8590670350bc4ba9d029a33943b79da59c",
          "s": "0x7e952bd75146423882347bf1f849b130fc9eb080d0e224931d428082cc2e01cb",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e0f8501dcd6500083018c6794e7b7f7ce410b22eaf915d03daeea83bf8bb123e280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034373539326665643433616232633636336531653465316130373639616565643664663730326533326330666565323537386534613362376361366661323263316636623535656363623061633036613364623362646261663763663062653566643864663239383161396434643065343166626434323863636139643334646500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a01256f0ceccb53c514ca166cef1e1ca8590670350bc4ba9d029a33943b79da59ca07e952bd75146423882347bf1f849b130fc9eb080d0e224931d428082cc2e01cb",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18c67"
          },
          "logsBloom": "0x00000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343735393266656434336162326336363365316534653161303736396165656436646637303265333263306665653235373865346133623763613666613232633166366235356563636230616330366133646233626462616637636630626535666438646632393831613964346430653431666264343238636361396433346465000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18c67"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64620,
          "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034373539326665643433616232633636336531653465316130373639616565643664663730326533326330666565323537386534613362376361366661323263316636623535656363623061633036613364623362646261663763663062653566643864663239383161396434643065343166626434323863636139643334646500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "confirmations": 92,
          "from": "0x387b1be903015A2Ec2058E32Ab6e76fe25ed0b51",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18c67"
          },
          "to": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 15,
          "r": "0x1256f0ceccb53c514ca166cef1e1ca8590670350bc4ba9d029a33943b79da59c",
          "s": "0x7e952bd75146423882347bf1f849b130fc9eb080d0e224931d428082cc2e01cb",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e0f8501dcd6500083018c6794e7b7f7ce410b22eaf915d03daeea83bf8bb123e280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034373539326665643433616232633636336531653465316130373639616565643664663730326533326330666565323537386534613362376361366661323263316636623535656363623061633036613364623362646261663763663062653566643864663239383161396434643065343166626434323863636139643334646500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a01256f0ceccb53c514ca166cef1e1ca8590670350bc4ba9d029a33943b79da59ca07e952bd75146423882347bf1f849b130fc9eb080d0e224931d428082cc2e01cb",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18c67"
          },
          "logsBloom": "0x00000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343735393266656434336162326336363365316534653161303736396165656436646637303265333263306665653235373865346133623763613666613232633166366235356563636230616330366133646233626462616637636630626535666438646632393831613964346430653431666264343238636361396433346465000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18c67"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 64620,
          "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034373539326665643433616232633636336531653465316130373639616565643664663730326533326330666565323537386534613362376361366661323263316636623535656363623061633036613364623362646261663763663062653566643864663239383161396434643065343166626434323863636139643334646500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
          "confirmations": 92,
          "from": "0x387b1be903015A2Ec2058E32Ab6e76fe25ed0b51",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18c67"
          },
          "to": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 15,
          "r": "0x1256f0ceccb53c514ca166cef1e1ca8590670350bc4ba9d029a33943b79da59c",
          "s": "0x7e952bd75146423882347bf1f849b130fc9eb080d0e224931d428082cc2e01cb",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e0f8501dcd6500083018c6794e7b7f7ce410b22eaf915d03daeea83bf8bb123e280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034373539326665643433616232633636336531653465316130373639616565643664663730326533326330666565323537386534613362376361366661323263316636623535656363623061633036613364623362646261663763663062653566643864663239383161396434643065343166626434323863636139643334646500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a01256f0ceccb53c514ca166cef1e1ca8590670350bc4ba9d029a33943b79da59ca07e952bd75146423882347bf1f849b130fc9eb080d0e224931d428082cc2e01cb",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18c67"
          },
          "logsBloom": "0x00000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 64620,
              "transactionHash": "0x54bd694f17b71054ecef4ff81cae41335511e3c11e1489e310b4ac6982071c47",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343735393266656434336162326336363365316534653161303736396165656436646637303265333263306665653235373865346133623763613666613232633166366235356563636230616330366133646233626462616637636630626535666438646632393831613964346430653431666264343238636361396433346465000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x37b2947ccf79628bb3242474dcacde32b7d85749d6a2610467d6e49c49005c1b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18c67"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64619,
          "blockHash": "0xc4ba97926fa122506079e8bcdfa2bed8e7fb65e0e12d09034ea6960ec7976f77",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xe7a83880b0e7bc7efd8e5efb62b27c22d997bdc8f39251cb116ff561d9a49105",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "length": 2
          },
          "hash": "0xe7a83880b0e7bc7efd8e5efb62b27c22d997bdc8f39251cb116ff561d9a49105",
          "confirmations": 93,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3484,
          "r": "0x8e16ca5eaa251ca78cbe8864ef1250138b2101fad946b151f2b32fb5e4148ffe",
          "s": "0x7fbe8c191166561c64531ac3a601c964f8730a8ea485f8d0398754ad99d06f53",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820d9c8501dcd650008398968094e7b7f7ce410b22eaf915d03daeea83bf8bb123e28084446e88261ba08e16ca5eaa251ca78cbe8864ef1250138b2101fad946b151f2b32fb5e4148ffea07fbe8c191166561c64531ac3a601c964f8730a8ea485f8d0398754ad99d06f53",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64619,
              "transactionHash": "0xe7a83880b0e7bc7efd8e5efb62b27c22d997bdc8f39251cb116ff561d9a49105",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc4ba97926fa122506079e8bcdfa2bed8e7fb65e0e12d09034ea6960ec7976f77",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64618,
          "blockHash": "0x685a1a5715504ddde531d17213457882a743aceb517d89d4f431f5a6351026a8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xb183f37872f5d9abfcb37b2098d9b765f0a745281db578829e0752f30f4a647e",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "length": 2
          },
          "hash": "0xb183f37872f5d9abfcb37b2098d9b765f0a745281db578829e0752f30f4a647e",
          "confirmations": 94,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3483,
          "r": "0x7399880c012e9fcaa52b9a977c4335054e1f06aa3afdbb1e1b9437535804c7de",
          "s": "0x51aa4819948f3bb5a943902a3cb9ba46f35ee958b86132f2d900e4ae141a31c7",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820d9b8501dcd65000839896809463b2dc00f3c1931279400418ac6b894182d902f78084446e88261ba07399880c012e9fcaa52b9a977c4335054e1f06aa3afdbb1e1b9437535804c7dea051aa4819948f3bb5a943902a3cb9ba46f35ee958b86132f2d900e4ae141a31c7",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1af12"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64618,
              "transactionHash": "0xb183f37872f5d9abfcb37b2098d9b765f0a745281db578829e0752f30f4a647e",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f35767270596846526d7554456b6454574645774d536e4a59507a433539517362657367575a415159456a7a6f75736a6832524b5574416b70636732526d53576b444d4531373356396838000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x685a1a5715504ddde531d17213457882a743aceb517d89d4f431f5a6351026a8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1af12"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64617,
          "blockHash": "0xfc5e3f695c8faee2fd649476684785d7d4a257cfe9ecc16f89ddab6f0e785d5e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xa0a131b1b26e1544468e85c466967b73f874c7d589dd2594e95491e84d9ba9fe",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xAe55785F7C24542d53A0180485C4eA6aA162cA7b",
            "2": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xAe55785F7C24542d53A0180485C4eA6aA162cA7b",
            "objectHash": "hq__749iDkvEVUwQZxGfWPhwc9moFRvvvYgEiY7CyLYX13BxAgNxcsWi53m1KFSDPyENgA6sgpLnnM",
            "length": 3
          },
          "hash": "0xa0a131b1b26e1544468e85c466967b73f874c7d589dd2594e95491e84d9ba9fe",
          "confirmations": 95,
          "from": "0x9e61cBfa79B5aA7e3E79c5fAA00034472a97C624",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 14,
          "r": "0xaf95328ace71932d905956ec7d3ece9764503df5bc0aefcf1baa1d3f0052d955",
          "s": "0x35b88e214876c435805f48763b5c547a1de3973cd157fdf9e1e34f804d7a7ab1",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d0e8501dcd650008301ef7794e7b7f7ce410b22eaf915d03daeea83bf8bb123e280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d000000000000000000000000000000000000831d26b8a0af95328ace71932d905956ec7d3ece9764503df5bc0aefcf1baa1d3f0052d955a035b88e214876c435805f48763b5c547a1de3973cd157fdf9e1e34f804d7a7ab1",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64617,
              "transactionHash": "0xa0a131b1b26e1544468e85c466967b73f874c7d589dd2594e95491e84d9ba9fe",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000ae55785f7c24542d53a0180485c4ea6aa162ca7b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f37343969446b7645565577515a7847665750687763396d6f465276767659674569593743794c59583133427841674e786373576935336d314b4653445079454e6741367367704c6e6e4d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xfc5e3f695c8faee2fd649476684785d7d4a257cfe9ecc16f89ddab6f0e785d5e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64616,
          "blockHash": "0x3ab496d44695253985489906cd099fcb44a85155353f73b1d9daf61a4736b711",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x71c9ee04582c5ff80cfa198647940ca885964387dfbc31c803ba329505da64e7",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "length": 2
          },
          "hash": "0x71c9ee04582c5ff80cfa198647940ca885964387dfbc31c803ba329505da64e7",
          "confirmations": 96,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3482,
          "r": "0xbd694aae68307db537834b753f4166c2d1a62233a85dc83d107a9c022b2c14f4",
          "s": "0x661c94e7cf1a1162e85c2465f156d3c8d7dad658316ea34145021eb8a9ea0c60",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820d9a8501dcd650008398968094c116d8a63e2e4820b9d054eb00fc7b1926a082028084446e88261ca0bd694aae68307db537834b753f4166c2d1a62233a85dc83d107a9c022b2c14f4a0661c94e7cf1a1162e85c2465f156d3c8d7dad658316ea34145021eb8a9ea0c60",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2387d"
          },
          "logsBloom": "0x40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64616,
              "transactionHash": "0x71c9ee04582c5ff80cfa198647940ca885964387dfbc31c803ba329505da64e7",
              "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f415a63544e776f5a3756783539684c706a426733737441745665524d674e74636252517178636a36585466674a363333777a42774646567253656477783463797074515561334a554768000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x3ab496d44695253985489906cd099fcb44a85155353f73b1d9daf61a4736b711",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2387d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64615,
          "blockHash": "0x3f538e371955188222c85ce4d129b5510e0ef88c3fc8811a2ffbaf7c39f1f8aa",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35767270596846526d7554456b6454574645774d536e4a59507a433539517362657367575a415159456a7a6f75736a6832524b5574416b70636732526d53576b444d4531373356396838000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x727fde21add732d919c48750c8a85c57dd1f008df838d220e3a428a83d9dce8d",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "2": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "objectHash": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
            "length": 3
          },
          "hash": "0x727fde21add732d919c48750c8a85c57dd1f008df838d220e3a428a83d9dce8d",
          "confirmations": 97,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1ef77"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0xc99d60e4b8e112450045c2b6d7b94f496bec83256e6257225d4619c7565719ce",
          "s": "0x4d6977f561b00a322af226bfee86d3b32183dda57468e0223040b78552d89f21",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d1c8501dcd650008301ef779463b2dc00f3c1931279400418ac6b894182d902f780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35767270596846526d7554456b6454574645774d536e4a59507a433539517362657367575a415159456a7a6f75736a6832524b5574416b70636732526d53576b444d4531373356396838000000000000000000000000000000000000831d26b8a0c99d60e4b8e112450045c2b6d7b94f496bec83256e6257225d4619c7565719cea04d6977f561b00a322af226bfee86d3b32183dda57468e0223040b78552d89f21",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1ef77"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64615,
              "transactionHash": "0x727fde21add732d919c48750c8a85c57dd1f008df838d220e3a428a83d9dce8d",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000be0085d2087f6429d9c83e894085ab7360731b1b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f35767270596846526d7554456b6454574645774d536e4a59507a433539517362657367575a415159456a7a6f75736a6832524b5574416b70636732526d53576b444d4531373356396838000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x3f538e371955188222c85ce4d129b5510e0ef88c3fc8811a2ffbaf7c39f1f8aa",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1ef77"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64614,
          "blockHash": "0x94559a9a52bb07473a9d2ca8ff1928a478a260870afab9a0ad080b0715350f19",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa10c9297298afe9aad18039bf9c698f88dba345768bc7373262d69a5c06dc131",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa10c9297298afe9aad18039bf9c698f88dba345768bc7373262d69a5c06dc131",
          "confirmations": 98,
          "from": "0x9e61cBfa79B5aA7e3E79c5fAA00034472a97C624",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 13,
          "r": "0x26c1f573e9fc3cb189f84cd2a3190a47a6294e194213106a618e7163e57542a3",
          "s": "0x7ec93dfb896ba61da876d36bb514dd8d75ac4a444b013d4e5ec6a9a99f0eb6e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b0d8501dcd65000825f2694e7b7f7ce410b22eaf915d03daeea83bf8bb123e28084c287e0ed831d26b8a026c1f573e9fc3cb189f84cd2a3190a47a6294e194213106a618e7163e57542a3a07ec93dfb896ba61da876d36bb514dd8d75ac4a444b013d4e5ec6a9a99f0eb6e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64614,
              "transactionHash": "0xa10c9297298afe9aad18039bf9c698f88dba345768bc7373262d69a5c06dc131",
              "address": "0xe7B7F7cE410B22eAf915D03daEeA83bF8Bb123e2",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x94559a9a52bb07473a9d2ca8ff1928a478a260870afab9a0ad080b0715350f19",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64612,
          "blockHash": "0x43d0d3c4bbb89d944aa90545d0fcf180ed17da05ce44084d7fb90adb9a25f81f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x893ac71af1e5fafd5eda181f6623cf54ededec545dbf503b0ff12edbbdaa7bc7",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x893ac71af1e5fafd5eda181f6623cf54ededec545dbf503b0ff12edbbdaa7bc7",
          "confirmations": 100,
          "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f26"
          },
          "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 27,
          "r": "0xf853ce8799d4e0e25af1d4e850dcf2ac864d371589a27dd5ebacbd2717d3fcd7",
          "s": "0x3fd2867bf32ebca6bf3c1cf3682e7855099c85618a548c49afb46ee12edc6930",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b1b8501dcd65000825f269463b2dc00f3c1931279400418ac6b894182d902f78084c287e0ed831d26b8a0f853ce8799d4e0e25af1d4e850dcf2ac864d371589a27dd5ebacbd2717d3fcd7a03fd2867bf32ebca6bf3c1cf3682e7855099c85618a548c49afb46ee12edc6930",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f26"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000020000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64612,
              "transactionHash": "0x893ac71af1e5fafd5eda181f6623cf54ededec545dbf503b0ff12edbbdaa7bc7",
              "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x43d0d3c4bbb89d944aa90545d0fcf180ed17da05ce44084d7fb90adb9a25f81f",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f26"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 64613,
          "blockHash": "0xe2a1b21bdb4c50fb57f8839a29ad0f67db7d579d10550782cfda98e35c8de01e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f415a63544e776f5a3756783539684c706a426733737441745665524d674e74636252517178636a36585466674a363333777a42774646567253656477783463797074515561334a554768000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xaaf2662bb7a0bc4d7e20fbc28c0ee3afab80538c2c74b811499fa0d05474b8d5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AZcTNwoZ7Vx59hLpjBg3stAtVeRMgNtcbRQqxcj6XTfgJ633wzBwFFVrSedwx4cyptQUa3JUGh",
            "length": 3
          },
          "hash": "0xaaf2662bb7a0bc4d7e20fbc28c0ee3afab80538c2c74b811499fa0d05474b8d5",
          "confirmations": 99,
          "from": "0x387b1be903015A2Ec2058E32Ab6e76fe25ed0b51",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x184fb"
          },
          "to": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 14,
          "r": "0x67865014eda81ebe040d9b92ba59c9da49c0225e0502f3896aefc5a134f1e40a",
          "s": "0x551a57dd3070b36106abb0dfe7a95f833a33480995a2a69a00a5f8ea4764e41a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d0e8501dcd65000830184fb94c116d8a63e2e4820b9d054eb00fc7b1926a0820280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f415a63544e776f5a3756783539684c706a426733737441745665524d674e74636252517178636a36585466674a363333777a42774646567253656477783463797074515561334a554768000000000000000000000000000000000000831d26b8a067865014eda81ebe040d9b92ba59c9da49c0225e0502f3896aefc5a134f1e40aa0551a57dd3070b36106abb0dfe7a95f833a33480995a2a69a00a5f8ea4764e41a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x184fb"
          },
          "logsBloom": "0x40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000800000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 64613,
              "transactionHash": "0xaaf2662bb7a0bc4d7e20fbc28c0ee3afab80538c2c74b811499fa0d05474b8d5",
              "address": "0xc116D8A63e2E4820B9D054Eb00fC7B1926A08202",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f415a63544e776f5a3756783539684c706a426733737441745665524d674e74636252517178636a36585466674a363333777a42774646567253656477783463797074515561334a554768000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe2a1b21bdb4c50fb57f8839a29ad0f67db7d579d10550782cfda98e35c8de01e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x184fb"
          },
          "status": 1,
          "byzantium": true
        }
      ]
    ]
    Source:

    ExtractEventFromLogs({
    contractAddress,
    abi,
    event,
    eventName
    })
    → Promise.<Object>

    Extract the specified event log from the given event obtained from the CallContractAndMethodAndWait method

    Returns: The parsed event log from the event
    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    event Object

    Event of the transaction from CallContractMethodAndWait

    eventName string

    Name of the event to parse

    Examples
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
        "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1a5b2"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
        "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64681,
            "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64681,
            "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64681,
            "transactionHash": "0x1d3a64993e6e754310cd390fc7e0919b30a9aefaf706a2bcf6d718b6f23d8a81",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f443945557637726d317050474c686d444a4769416a44366e426742327844465a626e457734395355686b6f3354564b71734e31316141775031376f7637645261444d524e6e31697a6855000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034313065313836623031366536616565313735373630633166353661663866323639653833633762643961633635386566666535323431636166363636666233343837636435663539336433323936636165306233316133663637646663663862633763326566303637323536663634326665353836666166623734666461656600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b41516d614b50504137366458506964705764683474584c326366664773564d6d5958514554596a597039416d4b7166705936415248624c3565786146765147396d68554a773433744b3679434d456547416f424a66774b654d42425848335732373841644736415251553569536e325757443778466379694763734b54464e6e6a327867597836635551504d675035774c6854636373634c66324c50734738576938556e4c676971656f5a4b3455437044707778546448444a504d6e42477734686d33654d55683839595a7643513977376632665a6d744166616e66366342423868454c37446737387668545575356f426f51334638796e7862366f666b796f7152526d746755000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x22db21f0aacaf7f54fa4fb92288919f965addbe0c155790d5c4adf0da404868b",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x02"
              },
              "1": 0,
              "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
              "3": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
              "4": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
              "requestID": {
                "_hex": "0x02"
              },
              "level": 0,
              "contentHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
              "pkeRequestor": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
              "pkeAFGH": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
              "length": 5
            }
          }
        ],
        "blockNumber": 64681,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1a5b2"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x02"
        },
        "1": 0,
        "2": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
        "3": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
        "4": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
        "requestID": {
          "_hex": "0x02"
        },
        "level": 0,
        "contentHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
        "pkeRequestor": "0x0410e186b016e6aee175760c1f56af8f269e83c7bd9ac658effe5241caf666fb3487cd5f593d3296cae0b31a3f67dfcf8bc7c2ef067256f642fe586fafb74fdaef",
        "pkeAFGH": "ktpkAQmaKPPA76dXPidpWdh4tXL2cffGsVMmYXQETYjYp9AmKqfpY6ARHbL5exaFvQG9mhUJw43tK6yCMEeGAoBJfwKeMBBXH3W278AdG6ARQU5iSn2WWD7xFcyiGcsKTFNnj2xgYx6cUQPMgP5wLhTccscLf2LPsG8Wi8UnLgiqeoZK4UCpDpwxTdHDJPMnBGw4hm3eMUh89YZvCQ9w7f2fZmtAfanf6cBB8hEL7Dg78vhTUu5oBoQ3F8ynxb6ofkyoqRRmtgU",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5d79"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000004004000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
        "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64693,
            "transactionHash": "0x8973dd03c41f792b2495daa8afcc9225cdee906ea2ca755c56258b0fb369cafd",
            "address": "0x0ed47eb3377Cee81665C92FD1FaF858F5E3f9963",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0x47284bce8ff44311b7887da32e378721282041544d2ce72793a58cc047dea437",
            "transactionLogIndex": 0,
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 64693,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5d79"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x18b7a"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000008000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000010000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
        "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64697,
            "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
            "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64697,
            "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
            "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64697,
            "transactionHash": "0x974f1020d3feb69af86e01377c8da0c09f2407bbfed8375437f2d72c47727d99",
            "address": "0x4eB97dc2d777597a84165d3Dc8Bed44CfA0B0d90",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f3238543850324169576e6d31785034787a484a396b6174464a4c7a4a413855314b7741466d4c5064314566513145764c424a32745341417372664739504e7571566a557751516b55686d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x5cbcada70e16490b4c7eadde6abe8274df0b450430832162a53d221f0a20c731",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x01"
              },
              "1": 0,
              "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
              "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
              "4": "",
              "requestID": {
                "_hex": "0x01"
              },
              "level": 0,
              "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
              "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 64697,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x18b7a"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x01"
        },
        "1": 0,
        "2": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "4": "",
        "requestID": {
          "_hex": "0x01"
        },
        "level": 0,
        "contentHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x150e2"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
        "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64704,
            "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64704,
            "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64704,
            "transactionHash": "0x50c45004841d54280631e71ed7cf807093b033ea61a3b13b78c05a8292f0aca3",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6a6e47445a655a46595342427450374d7377484232566f6a663678556f6347547773477936484333414563466943626642683956644b62744c76705a53456a70456d695855573853530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x74d95e05e50ffa48d547b2d61a7a6480612b0f2c4802f41433627da2528a2d09",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x03"
              },
              "1": 0,
              "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
              "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
              "4": "",
              "requestID": {
                "_hex": "0x03"
              },
              "level": 0,
              "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
              "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 64704,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x150e2"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x03"
        },
        "1": 0,
        "2": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
        "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "4": "",
        "requestID": {
          "_hex": "0x03"
        },
        "level": 0,
        "contentHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
        "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1852f"
        },
        "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
        "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64707,
            "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
            ],
            "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
            "logIndex": 0,
            "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
            "transactionLogIndex": 0,
            "name": "SetContentContract",
            "signature": "SetContentContract(address)",
            "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
            "values": {
              "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
              "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
              "length": 1
            }
          }
        ],
        "blockNumber": 64707,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1852f"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "SetContentContract"
    });
    
    
    {
      "name": "SetContentContract",
      "signature": "SetContentContract(address)",
      "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
      "values": {
        "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
        "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xa673"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xc6719c0837d0c63dbba9654709d3eb6387c698fec2a9854869e13ac4409d45e6",
        "transactionHash": "0xe46c07afcbc74162165428f48c72383d2d870f77395f6ce5c62ce7ffbd310dc7",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64712,
            "transactionHash": "0xe46c07afcbc74162165428f48c72383d2d870f77395f6ce5c62ce7ffbd310dc7",
            "address": "0xbE0085d2087f6429D9C83E894085ab7360731B1b",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0xc6719c0837d0c63dbba9654709d3eb6387c698fec2a9854869e13ac4409d45e6",
            "transactionLogIndex": 0,
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 64712,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xa673"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x15d95"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000009000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000020000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
        "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64713,
            "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64713,
            "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64713,
            "transactionHash": "0x3cb9457c15bc1ae6a263352b761539b5b42e4cb0f627a6517d4187e62baba4e6",
            "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4b517a534a437768363134633866714478695477413936744b376a556e6a6e777a696a5a61565762465a357073694664757a337151636437346548357634794d6b416f447a6e527651570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343365626539623833643339396635336664633361653832306265313639303931386163393030353231393733656538613934306264326564613034613436346237333030343534643065386462353665363034623633383534393431653061353533666366303736346332376535323762353731303563653833316263623961000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0xb1c58b92da44d321a9665cb55ba1ab4e225d784e918d9ec8433e6f32d1e7fae0",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x04"
              },
              "1": 0,
              "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
              "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
              "4": "",
              "requestID": {
                "_hex": "0x04"
              },
              "level": 0,
              "contentHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
              "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 64713,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x15d95"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x04"
        },
        "1": 0,
        "2": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
        "3": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "4": "",
        "requestID": {
          "_hex": "0x04"
        },
        "level": 0,
        "contentHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
        "pkeRequestor": "0x043ebe9b83d399f53fdc3ae820be1690918ac900521973ee8a940bd2eda04a464b7300454d0e8db56e604b63854941e0a553fcf0764c27e527b57105ce831bcb9a",
        "pkeAFGH": "",
        "length": 5
      }
    }
    Source:

    ExtractValueFromEvent({
    contractAddress,
    abi,
    event,
    eventName,
    eventValue
    })
    → Promise.<string>

    Extract the specified value from the specified event log from the given event obtained from the CallContractAndMethodAndWait method

    Returns:

    The value extracted from the event

    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    event Object

    Event of the transaction from CallContractMethodAndWait

    eventName string

    Name of the event to parse

    eventValue string

    Name of the value to extract from the event

    Examples
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x2092f"
        },
        "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000004000000000000000000000000000000080000000000008000000000000000000000000000000000000000002000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x8727d260e1b787bec2d8917afca9f9ebe1024e18efc180ba80b1fdf7c81a5fe6",
        "transactionHash": "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64550,
            "transactionHash": "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea",
            "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "topics": [
              "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
            ],
            "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
            "logIndex": 0,
            "blockHash": "0x8727d260e1b787bec2d8917afca9f9ebe1024e18efc180ba80b1fdf7c81a5fe6",
            "transactionLogIndex": 0,
            "name": "MemberAdded",
            "signature": "MemberAdded(address)",
            "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
            "values": {
              "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64550,
            "transactionHash": "0x4e82cb626c7b3c19940d0abe190bc10a3e7213eb6c68a8dd6eeefc9f535255ea",
            "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b00000000000000000000000000000000000000000000000000000000000000dc",
            "logIndex": 1,
            "blockHash": "0x8727d260e1b787bec2d8917afca9f9ebe1024e18efc180ba80b1fdf7c81a5fe6",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "2": 220,
              "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "aggregate": 220,
              "length": 3
            }
          }
        ],
        "blockNumber": 64550,
        "confirmations": 2,
        "cumulativeGasUsed": {
          "_hex": "0x2092f"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x2c173"
        },
        "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000200000000000080000000000000000000100000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xdb63854cdb69b8853ebd8d900630561699d52198da4f1ea87de98920f8448289",
        "transactionHash": "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64552,
            "transactionHash": "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b",
            "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "topics": [
              "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
            ],
            "data": "0x000000000000000000000000439408c33a7fca969d34a5616c175a44434bb209",
            "logIndex": 0,
            "blockHash": "0xdb63854cdb69b8853ebd8d900630561699d52198da4f1ea87de98920f8448289",
            "transactionLogIndex": 0,
            "name": "MemberAdded",
            "signature": "MemberAdded(address)",
            "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
            "values": {
              "0": "0x439408C33A7fcA969d34A5616c175A44434BB209",
              "candidate": "0x439408C33A7fcA969d34A5616c175A44434BB209",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64552,
            "transactionHash": "0x92c1481edd59ad1313d9ce07b74513b24c598975132982431e8bf67f2c6aa31b",
            "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000aff146140b57355611d669b4c4963daf61cb8e2e0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000000000000000000000000000000000000000000a",
            "logIndex": 1,
            "blockHash": "0xdb63854cdb69b8853ebd8d900630561699d52198da4f1ea87de98920f8448289",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
              "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "2": 10,
              "principal": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
              "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "aggregate": 10,
              "length": 3
            }
          }
        ],
        "blockNumber": 64552,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x2c173"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    "0x439408C33A7fcA969d34A5616c175A44434BB209"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xe902"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000800000002000008000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x450a65b2ff0bdb8d8f038f9b197e486bbfda655ed9e39452b6c086bd9ea32428",
        "transactionHash": "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64554,
            "transactionHash": "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7",
            "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "topics": [
              "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
            ],
            "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
            "logIndex": 0,
            "blockHash": "0x450a65b2ff0bdb8d8f038f9b197e486bbfda655ed9e39452b6c086bd9ea32428",
            "transactionLogIndex": 0,
            "name": "ManagerAccessGranted",
            "signature": "ManagerAccessGranted(address)",
            "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
            "values": {
              "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64554,
            "transactionHash": "0xf01d7dce2477283c75a7b8a3222c55c644bd1b9bfd1335f9e64a65fe086de8c7",
            "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b00000000000000000000000000000000000000000000000000000000000000dc",
            "logIndex": 1,
            "blockHash": "0x450a65b2ff0bdb8d8f038f9b197e486bbfda655ed9e39452b6c086bd9ea32428",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "2": 220,
              "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "aggregate": 220,
              "length": 3
            }
          }
        ],
        "blockNumber": 64554,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xe902"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x163af"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000200000000000080000000000000000000500000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x679af4416bcd5407ddf31bfd43797f7d31c2c2be32afd82038df6ee9d8bdb38d",
        "transactionHash": "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64556,
            "transactionHash": "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7",
            "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "topics": [
              "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
            ],
            "data": "0x000000000000000000000000439408c33a7fca969d34a5616c175a44434bb209",
            "logIndex": 0,
            "blockHash": "0x679af4416bcd5407ddf31bfd43797f7d31c2c2be32afd82038df6ee9d8bdb38d",
            "transactionLogIndex": 0,
            "name": "ManagerAccessGranted",
            "signature": "ManagerAccessGranted(address)",
            "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
            "values": {
              "0": "0x439408C33A7fcA969d34A5616c175A44434BB209",
              "candidate": "0x439408C33A7fcA969d34A5616c175A44434BB209",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64556,
            "transactionHash": "0x7ac6cb594079472418b056ecb4ecac0d18800e4c730521057f6d98cd6fb0b9e7",
            "address": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000aff146140b57355611d669b4c4963daf61cb8e2e0000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b000000000000000000000000000000000000000000000000000000000000006e",
            "logIndex": 1,
            "blockHash": "0x679af4416bcd5407ddf31bfd43797f7d31c2c2be32afd82038df6ee9d8bdb38d",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
              "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "2": 110,
              "principal": "0xAfF146140b57355611D669b4c4963dAf61Cb8e2e",
              "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "aggregate": 110,
              "length": 3
            }
          }
        ],
        "blockNumber": 64556,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x163af"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    "0x439408C33A7fcA969d34A5616c175A44434BB209"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1154e"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000002000008000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000002000000000002000000100000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xfff321bcb9b64aa2cafa41ad78912fdaa090e1a16bbb9f8e9e89b14967cd5280",
        "transactionHash": "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64558,
            "transactionHash": "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21",
            "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "topics": [
              "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
            ],
            "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
            "logIndex": 0,
            "blockHash": "0xfff321bcb9b64aa2cafa41ad78912fdaa090e1a16bbb9f8e9e89b14967cd5280",
            "transactionLogIndex": 0,
            "name": "MemberRevoked",
            "signature": "MemberRevoked(address)",
            "topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
            "values": {
              "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64558,
            "transactionHash": "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21",
            "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b00000000000000000000000000000000000000000000000000000000000000c8",
            "logIndex": 1,
            "blockHash": "0xfff321bcb9b64aa2cafa41ad78912fdaa090e1a16bbb9f8e9e89b14967cd5280",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "2": 200,
              "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "aggregate": 200,
              "length": 3
            }
          }
        ],
        "blockNumber": 64558,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1154e"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberRevoked",
      "eventValue": "candidate"
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
        "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xc215"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000100000000000000000001000000000000000000000000080000000000000000000000000000000000000000008000000000000000000000000000000000000000002000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000002000000000002000000000000000000000000000000000000000000000000000000000000008000000000000000000",
        "blockHash": "0x9aec72686eae15b9742472eb5b41c7955fb8f59e6f5ec6e007e3efe55422cd49",
        "transactionHash": "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 64560,
            "transactionHash": "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c",
            "address": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
            "topics": [
              "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
            ],
            "data": "0x00000000000000000000000060098b7e10364f9f81ec457fc637a2fe8c91e4d1",
            "logIndex": 0,
            "blockHash": "0x9aec72686eae15b9742472eb5b41c7955fb8f59e6f5ec6e007e3efe55422cd49",
            "transactionLogIndex": 0,
            "name": "ManagerAccessRevoked",
            "signature": "ManagerAccessRevoked(address)",
            "topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
            "values": {
              "0": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "candidate": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 64560,
            "transactionHash": "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c",
            "address": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000b863c67f7f96eb6ac680fe03d249590ef7b37280000000000000000000000008296dce93b25fd507710c9b46e915d830f5dd33b0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x9aec72686eae15b9742472eb5b41c7955fb8f59e6f5ec6e007e3efe55422cd49",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "1": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "2": 0,
              "principal": "0x0B863C67F7f96eB6AC680fE03D249590Ef7b3728",
              "entity": "0x8296Dce93B25fd507710C9B46e915D830F5Dd33b",
              "aggregate": 0,
              "length": 3
            }
          }
        ],
        "blockNumber": 64560,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xc215"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessRevoked",
      "eventValue": "candidate"
    });
    
    
    "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    Source:

    async FabricUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHashoptional,
    repoptional,
    publicRepoptional,
    calloptional,
    queryParamsoptional,
    channelAuthoptional,
    noAuthoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified item in the content fabric with appropriate authorization token.

    Returns: URL to the specified endpoint with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version

    partHash string <optional>

    Hash of a part - Requires object ID

    rep string <optional>

    Rep parameter of the url

    publicRep string <optional>

    Public rep parameter of the url

    call string <optional>

    Bitcode method to call

    queryParams Object <optional>

    Query params to add to the URL

    channelAuth boolean <optional>
    false

    If specified, state channel authorization will be used instead of access request authorization

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets.

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true.

    Examples
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4ZTQ2YzA3YWZjYmM3NDE2MjE2NTQyOGY0OGM3MjM4M2QyZDg3MGY3NzM5NWY2Y2U1YzYyY2U3ZmZiZDMxMGRjNyIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX3Q5dDVaOEZYZFFTeHpBNlM5dXdFTmRxSlR3eFJTYUNFMUtoVW43azhHY0t1Q1d6YVhxOGNLRXk4bmJ3aFVYNW1ESEVFM3FIQTlNRml6NmNYeHczdnBKa0s%3D"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "partHash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/data/hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FabricUrl({
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "partHash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN/data/hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiJ9.RVMyNTZLXzZBcXRUbURlTUVLWjdwSjVpOWJOWTZrU0dkTVB1WTE4dWhDbUtZQU1FR0hTc3F2Qk45UTh2SFI3MmtuczI3VWRoUUhHOHBvOTJ2dEhYa3RDTEVEdVhnMzlE"
    async FabricUrl({
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "call": "method"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN/call/method?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiJ9.RVMyNTZLXzZBcXRUbURlTUVLWjdwSjVpOWJOWTZrU0dkTVB1WTE4dWhDbUtZQU1FR0hTc3F2Qk45UTh2SFI3MmtuczI3VWRoUUhHOHBvOTJ2dEhYa3RDTEVEdVhnMzlE"
    async FabricUrl({
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "rep": "image"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiJ9.RVMyNTZLXzZBcXRUbURlTUVLWjdwSjVpOWJOWTZrU0dkTVB1WTE4dWhDbUtZQU1FR0hTc3F2Qk45UTh2SFI3MmtuczI3VWRoUUhHOHBvOTJ2dEhYa3RDTEVEdVhnMzlE"
    async FabricUrl({
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "partHash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN/data/hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiJ9.RVMyNTZLXzZBcXRUbURlTUVLWjdwSjVpOWJOWTZrU0dkTVB1WTE4dWhDbUtZQU1FR0hTc3F2Qk45UTh2SFI3MmtuczI3VWRoUUhHOHBvOTJ2dEhYa3RDTEVEdVhnMzlE"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "queryParams": {
        "param1": "value1",
        "param2": "value2",
        "param3": "value3"
      }
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g?param1=value1&param2=value2&param3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "noAuth": true
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJxbGliX2lkIjoiaWxpYjNlWGZubmhIZkRDSHNGR2I3VnVzWWp4NVdyNWcifQ%3D%3D.RVMyNTZLX0tnNTdHaDZiR2pHOFBaWWlkNnRWdzdaYkh6cEwydVpkdEJLa3ByazZZWlpMMmJ4TkJWVzl0cXlxcHhoSmEzMkNDRThWMXJLaXFmSjRWUnJpMkJiUHVEQ0Fm"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "rep": "image",
      "queryParams": {},
      "channelAuth": false,
      "noAuth": false,
      "noCache": false
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FabricUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "rep": "image",
      "queryParams": {},
      "channelAuth": false,
      "noAuth": true,
      "noCache": false
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJxbGliX2lkIjoiaWxpYjNlWGZubmhIZkRDSHNGR2I3VnVzWWp4NVdyNWcifQ%3D%3D.RVMyNTZLX0tnNTdHaDZiR2pHOFBaWWlkNnRWdzdaYkh6cEwydVpkdEJLa3ByazZZWlpMMmJ4TkJWVzl0cXlxcHhoSmEzMkNDRThWMXJLaXFmSjRWUnJpMkJiUHVEQ0Fm"
    Source:

    async FileUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    filePath,
    queryParamsoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified content object file with appropriate authorization token.

    Returns: URL to the specified file with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library - Required if versionHash not specified

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version - Required if libraryId is not specified

    filePath string

    Path to the content object file

    queryParams Object <optional>

    Query params to add to the URL

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached.

    Examples
    async FileUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "filePath": "file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FileUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "filePath": "dir/file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/files/dir/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FileUrl({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "filePath": "file",
      "queryParams": {
        "param1": "value1",
        "param2": "value2",
        "param3": "value3"
      }
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/files/file?param1=value1&param2=value2&param3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async FileUrl({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "filePath": "file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiJ9.RVMyNTZLXzZBcXRUbURlTUVLWjdwSjVpOWJOWTZrU0dkTVB1WTE4dWhDbUtZQU1FR0hTc3F2Qk45UTh2SFI3MmtuczI3VWRoUUhHOHBvOTJ2dEhYa3RDTEVEdVhnMzlE"
    Source:

    async FinalizeABRMezzanine({
    libraryId,
    objectId,
    writeToken,
    offeringKeyoptional
    })
    → Promise.<Object>

    Finalize a mezzanine object after all jobs have finished

    Returns: The finalize response for the mezzanine object, as well as any logs, warnings and errors from the finalization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the mezzanine library

    objectId string

    ID of the mezzanine object

    writeToken string

    Write token for the mezzanine object

    offeringKey string <optional>
    default

    The offering to process

    Example
    async FinalizeABRMezzanine({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "offeringKey": "default"
    });
    
    
    {
      "logs": [
        "2019-10-28 23:07:33 Debug: Get production.Master: hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "2019-10-28 23:07:33 Debug: Get production.Variant 'default' from production.Master"
      ],
      "warnings": [],
      "errors": [],
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "hash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
      "write_token": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async FinalizeContentObject({
    libraryId,
    objectId,
    writeToken,
    publishoptional,
    awaitCommitConfirmationoptional
    })

    Finalize content draft

    See:
    • POST /qlibs/:qlibid/q/:write_token
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    publish boolean <optional>
    true

    If specified, the object will also be published

    awaitCommitConfirmation boolean <optional>
    true

    If specified, will wait for the publish commit to be confirmed. Irrelevant if not publishing.

    Examples
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "writeToken": "tqw_9SpeiWBH3Jbf8nd3K2tRXdjYm2q885F9S"
    });
    
    
    {
      "id": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "hash": "hq__4aPW7G6N8org2bQxTuEXCNa8LUepGUgDFX8Xn6cz9rj3A8jUKtZyLJdnATcmBmNuBGakj1pP6V",
      "write_token": "tqw_9SpeiWBH3Jbf8nd3K2tRXdjYm2q885F9S",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "writeToken": "tqw_Ax473m6E35iFWb6jFWdjPucFYoh2oCwCP"
    });
    
    
    {
      "id": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "hash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
      "write_token": "tqw_Ax473m6E35iFWb6jFWdjPucFYoh2oCwCP",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_P1o2mskXYuXm1JyunsRpj4GNdejSaqLQA"
    });
    
    
    {
      "id": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "hash": "hq__K3srUtiMiCr833E2pd8FBjMQcRRTdKs1cvG7vpY8WSC3DQnNdCYQJKyzpnqtQonFXVKu3SUvMQ",
      "write_token": "tqw_P1o2mskXYuXm1JyunsRpj4GNdejSaqLQA",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7"
    });
    
    
    {
      "id": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "hash": "hq__ToqzdG9xNSWztwv3iGd9CtLio17RPCAsnoJbdcoZGEHsX1W2vZJKgK14ApC4r4g9RWDz5cYJE",
      "write_token": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EieNLPyxd1QEfRgTfn3uEn1fRHMEMuK7d"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
      "write_token": "tqw_EieNLPyxd1QEfRgTfn3uEn1fRHMEMuK7d",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_299ZpRXXdvd6y3EZ36Hgj7cHSNioL5R38"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "write_token": "tqw_299ZpRXXdvd6y3EZ36Hgj7cHSNioL5R38",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "writeToken": "tqw_6K86888YSfUDc8pnVmr9orksKU3do1ajS"
    });
    
    
    {
      "id": "iq__4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "hash": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
      "write_token": "tqw_6K86888YSfUDc8pnVmr9orksKU3do1ajS",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
      "writeToken": "tqw_N1jZbiZqNc4p9QkKeVmA7weoj3Yt8qadn"
    });
    
    
    {
      "id": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
      "hash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
      "write_token": "tqw_N1jZbiZqNc4p9QkKeVmA7weoj3Yt8qadn",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
      "writeToken": "tqw_FLVcK3hZJbH45cUDuVLVDnRZre4WCx8MS"
    });
    
    
    {
      "id": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
      "hash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
      "write_token": "tqw_FLVcK3hZJbH45cUDuVLVDnRZre4WCx8MS",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
      "writeToken": "tqw_JhadBUqS9j137ediSmmrc1WyLaVSR3J5h"
    });
    
    
    {
      "id": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
      "hash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
      "write_token": "tqw_JhadBUqS9j137ediSmmrc1WyLaVSR3J5h",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
      "writeToken": "tqw_3DWWEjsiFSfB5KdJT15v4PZCDDQjEFcc5"
    });
    
    
    {
      "id": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
      "hash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
      "write_token": "tqw_3DWWEjsiFSfB5KdJT15v4PZCDDQjEFcc5",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
      "writeToken": "tqw_HKwRe25GUQoYoa7fNa5cnS1H8UwthhEJx"
    });
    
    
    {
      "id": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
      "hash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
      "write_token": "tqw_HKwRe25GUQoYoa7fNa5cnS1H8UwthhEJx",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
      "writeToken": "tqw_Jgib6uA2PP8aBB9i2kMJy86t2912X1ib"
    });
    
    
    {
      "id": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
      "hash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
      "write_token": "tqw_Jgib6uA2PP8aBB9i2kMJy86t2912X1ib",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
      "writeToken": "tqw_PFaLL3adcGc6PfLnzZYoHM7AXrJN9Uu9D"
    });
    
    
    {
      "id": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
      "hash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
      "write_token": "tqw_PFaLL3adcGc6PfLnzZYoHM7AXrJN9Uu9D",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
      "writeToken": "tqw_HzVnWaSfZkMB6yP43tmei5z3ipi8wuDT9"
    });
    
    
    {
      "id": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
      "hash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
      "write_token": "tqw_HzVnWaSfZkMB6yP43tmei5z3ipi8wuDT9",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
      "writeToken": "tqw_mFxDtjDwXRvdQ8aSnuAUgVpi1gvgFKCZ"
    });
    
    
    {
      "id": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
      "hash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
      "write_token": "tqw_mFxDtjDwXRvdQ8aSnuAUgVpi1gvgFKCZ",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
      "writeToken": "tqw_nReoZJNZkcKu7L4tYQ41dARgQT4hG9dz"
    });
    
    
    {
      "id": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
      "hash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
      "write_token": "tqw_nReoZJNZkcKu7L4tYQ41dARgQT4hG9dz",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
      "write_token": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
      "write_token": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
      "write_token": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
      "write_token": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "writeToken": "tqw_7jit568WQoCyc5fKZq26LfipGbjwxZS7a"
    });
    
    
    {
      "id": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "hash": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
      "write_token": "tqw_7jit568WQoCyc5fKZq26LfipGbjwxZS7a",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_Pu7ov3pw2UhDzL15kS9RUWF5Us8ndMj7b"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
      "write_token": "tqw_Pu7ov3pw2UhDzL15kS9RUWF5Us8ndMj7b",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "writeToken": "tqw_Kgvp5VsB3Cixy387T9EiFYe3mW8cGbsjw"
    });
    
    
    {
      "id": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "hash": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
      "write_token": "tqw_Kgvp5VsB3Cixy387T9EiFYe3mW8cGbsjw",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "writeToken": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "awaitCommitConfirmation": false
    });
    
    
    {
      "id": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
      "write_token": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    async FinalizeContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk"
    });
    
    
    {
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "hash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
      "write_token": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    async FinalizeContentObject({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "awaitCommitConfirmation": false
    });
    
    
    {
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "hash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
      "write_token": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_PcH9fTZqfyCZ16A8yZghxHa9wVV9JvdqK"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
      "write_token": "tqw_PcH9fTZqfyCZ16A8yZghxHa9wVV9JvdqK",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_C77TbASUUJJSthSug4MbiJaqGcRPtLmkG"
    });
    
    
    {
      "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "hash": "hq__2hpXZ3t8SyCZbGF4GH9oAJNv49wqLjXmCGMmovYQtdxYmSHfkMGKbQ7H4NdLVZnQAPfAiBu26J",
      "write_token": "tqw_C77TbASUUJJSthSug4MbiJaqGcRPtLmkG",
      "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
    }
    Source:

    async FinalizePart({
    libraryId,
    objectId,
    writeToken,
    partWriteToken,
    encryptionoptional
    })
    → Promise.<object>

    Finalize an open part draft

    Returns: The finalize response for the new part
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partWriteToken string

    Write token of the part

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async FinalizePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "partWriteToken": "tqpwAiUaD95zEWrpGVxwHa413ugXkWaYjTrf8",
      "encryption": "none"
    });
    
    
    {
      "content": {
        "id": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
        "write_token": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      },
      "part": {
        "hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
        "size": 101254
      }
    }
    async FinalizePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
      "partWriteToken": "tqpw341C2iXdwhtFHnFeaK3M2ERoGvxwirfnK",
      "encryption": "none"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "write_token": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV",
        "size": 100000
      }
    }
    async FinalizePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
      "partWriteToken": "tqpw9WRDiSpx3xdYuzp1AsUF22qonKfMDJ7ns",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "write_token": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqpeAocMWvYQWbTtwnqBCHZoq2LdA3sgmafHKq1VrW6u949hiLay",
        "size": 102657
      }
    }
    async FinalizePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "write_token": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqp_AXZTqFxw7XLPVGtCxz8rCxRVP68q46BQ1BJvxQnTFcRcesUh",
        "size": 100000
      }
    }
    async FinalizePart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "write_token": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqpeEk8szZfkraopjW41c8m59dC1aTHNds6E8PTb33sCW3Ztq6f7",
        "size": 104970
      }
    }
    Source:

    async FinalizeStateChannelAccess({
    objectIdoptional,
    versionHashoptional,
    percentComplete
    })

    Finalize state channel access

    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    percentComplete number

    Completion percentage of the content

    Source:

    FormatContractArguments({
    abi,
    methodName,
    args
    })
    → Array.<string>

    Format the arguments to be used for the specified method of the contract

    Returns: List of formatted arguments
    Parameters:
    Name Type Description
    abi Object

    ABI of contract

    methodName string

    Name of method for which arguments will be formatted

    args Array.<string>

    List of arguments

    Examples
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "args": [
        0,
        "0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
        "",
        [],
        []
      ]
    });
    
    
    [
      0,
      "0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
      "",
      [],
      []
    ]
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        }
      ],
      "methodName": "accessComplete",
      "args": [
        {
          "_hex": "0x01"
        },
        90,
        ""
      ]
    });
    
    
    [
      {
        "_hex": "0x01"
      },
      90,
      "0x0000000000000000000000000000000000000000000000000000000000000000"
    ]
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "args": []
    });
    
    
    []
    Source:

    async GenerateStateChannelToken({
    objectIdoptional,
    versionHashoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a state channel token

    Returns: The state channel token
    Parameters:
    Name Type Attributes Default Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    noCache boolean <optional>
    false

    If specified, a new state channel token will be generated regardless whether or not one has been previously cached

    Source:

    GenerateWallet()ElvWallet

    Generate a new ElvWallet that is connected to the client's provider

    Returns: ElvWallet instance with this client's provider
    Example
     GenerateWallet();
    
    
    {
      "provider": {
        "ready": "<Promise>",
        "_lastBlockNumber": -2,
        "_balances": {},
        "_events": [],
        "_pollingInterval": 4000,
        "_emitted": {
          "block": -2
        },
        "_fastQueryDate": 1572303866586,
        "connection": {
          "url": "https://host-35-233-145-232.test.contentfabric.io/eth/"
        },
        "_network": {
          "chainId": 955210,
          "name": "unknown"
        },
        "_fastBlockNumberPromise": "<Promise>",
        "_fastBlockNumber": 64681
      },
      "signers": {}
    }
    Source:

    async GetBalance({address}) → Promise.<string>

    Get the balance (in ether) of the specified address

    Returns: Balance of the account, in ether (as string)
    Parameters:
    Name Type Description
    address string

    Address to query

    Examples
    async GetBalance({
      "address": "0x63b2dc00f3c1931279400418ac6b894182d902f7"
    });
    
    
    "0.01"
    async GetBalance({
      "address": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1"
    });
    
    
    "49.377898512"
    async GetBalance({
      "address": "0x439408C33A7fcA969d34A5616c175A44434BB209"
    });
    
    
    "9.964130008"
    Source:

    async LibraryContentTypes({libraryId}) → Promise.<Object>

    Retrieve the allowed content types for the specified library.

    Note: If no content types have been set on the library, all types are allowed, but an empty hash will be returned.

    Returns: List of accepted content types - return format is equivalent to ContentTypes method
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    Examples
    async LibraryContentTypes({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    {}
    async LibraryContentTypes({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g"
    });
    
    
    {
      "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP": {
        "id": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
        "hash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
        "name": "Test Content Type 6358526ec02247d0bcd5",
        "meta": {
          "name": "Test Content Type 6358526ec02247d0bcd5",
          "public": {
            "name": "Test Content Type 6358526ec02247d0bcd5"
          }
        }
      }
    }
    Source:

    async ListFiles({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })

    List the file information about this object

    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, most recent version will be used

    Example
    async ListFiles({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    {
      ".": {
        "type": "directory"
      },
      "testDirectory": {
        ".": {
          "type": "directory"
        },
        "File 1": {
          ".": {
            "parts": [
              0
            ],
            "size": 100000
          }
        },
        "File 2": {
          ".": {
            "parts": [
              1
            ],
            "size": 100000
          }
        }
      }
    }
    Source:

    async MergeMetadata({
    libraryId,
    objectId,
    writeToken,
    metadata,
    metadataSubtreeoptional
    })

    Merge specified metadata into existing content object metadata

    See:
    • POST /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadata Object

    New metadata to merge

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    Examples
    async MergeMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "metadata": {
        "image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "metadataSubtree": "public",
      "metadata": {
        "image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_299ZpRXXdvd6y3EZ36Hgj7cHSNioL5R38",
      "metadataSubtree": "toMerge",
      "metadata": {
        "new": "metadata"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
      "metadata": {
        "eluv.caps.iusr2LbuCyFDERZGtu13QdrZAHqpE5Hi": "BAdDkU91Gb7zsk2G359+rqx94P63XDqUXHp9ByPxcWjayXZBjLf7GAiMijgzpTG++zH+CPUrn5eq7+1kI0HEdfK78eU6eKnGH8Q9eGMhaWOaxmBFYY6fpaGyL6GqxwHJSUtyJE6etSquvWlSlcCleZU5toDB/m0nkcqbQkoimjMUiG2+C0Ti8/3DSFn+Wucm3FrNZq/5VyIZussdGyzzBd4vhqLuG6cTDJLsj/mINsYfQ/mpWG/yCjyR3oVmjTIvZR+O7aJc8hMKILTkzqVUxWGdKyT7OC0LdEMCO0eHCLxAhCxZwvhDYjG2QOrcscibdtKVh0EaW816qjkZ57HPnU0Dwfm1dlvOcG75C0pHFbJIwluEVCxsWarbEruWn+FdxkpVF7/nytKBtucgzrKIto7uVPCojpUen9wb2t0aN9ZRZWd47coiiyFYBWz9WshcDx+JjdqpA8dwYI+lyi3NuC5yYwvsnq1rTEy2D8VmVeI5",
        "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BAdDkU91Gb7zsk2G359+rqx94P63XDqUXHp9ByPxcWjayXZBjLf7GAiMijgzpTG++zH+CPUrn5eq7+1kI0HEdfK44kO7Xcsbzlo3WWA3Rp2btOUSoH3FFe+q7k1LofOPN4F1RopsvRI0egBeWwI5cVqJXJKx6EDhSI/H/MnzxBMz72lXkzxmpG/l+2qY8/tTjW+nj408u/oe5AJTC5xseE+gLuzn6JpAtVsPVQW2Rn0gN8+pbgSyIkrhg8tFtTbA9TjKIZ9bro22vD3UafePEmiaHPwDjdpvxvS4qSGfBp5T/2qzhAPAfGhOn2zhXRtMtcrn9k6kBJ1mwUr1g8FD7aoM1fDfT5AjwrKGA4lCXzCJnV4u3XWy/PYuSxioq89jJgnhy/Zyp/9WYOv81k/kkw3WnELOfi3I02mKCjqLyErNibkLrSPQLoekXS14HfTJQIXZrqI/ZOBxsWrBAz8/fZIsjquyOXe64I+o9t986OPp"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "writeToken": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "metadata": {
        "name": "Production Master Test",
        "description": "Production Master Test Description",
        "public": {
          "name": "Production Master Test",
          "description": "Production Master Test Description"
        },
        "elv_created_at": 1572303908328,
        "test": "master"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk",
      "metadata": {
        "master": {
          "name": "Production Master Test",
          "id": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
          "hash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
          "variant": "default"
        },
        "name": "Mezzanine Test",
        "description": "Mezzanine Test Description",
        "public": {
          "name": "Mezzanine Test",
          "description": "Mezzanine Test Description"
        },
        "elv_created_at": 1572303916003,
        "test": "mezzanine"
      }
    });
    
    
    <No Return Value>
    Source:

    async NodeId({region}) → Promise.<string>

    Retrieve the node ID reported by the fabric for the specified region

    Note: Client must have been initialized with FromConfiguration

    Returns: The node ID reported by the fabric
    Parameters:
    Name Type Description
    region string

    Region from which to retrieve the node ID

    Source:

    Nodes() → Promise.<Object>

    Retrieve the fabric and ethereum nodes currently used by the client, in preference order

    Returns: An object containing the lists of fabric and ethereum urls in use by the client
    Source:

    async PlayoutOptions({
    objectIdoptional,
    versionHashoptional,
    protocols,
    drms
    })

    Retrieve playout options for the specified content that satisfy the given protocol and DRM requirements

    If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)

    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    Id of the content

    versionHash string <optional>

    Version hash of the content

    protocols Array.<string>

    Acceptable playout protocols

    drms Array.<string>

    Acceptable DRM formats

    Examples
    async PlayoutOptions({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ]
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "widevine": {
            "licenseServers": [
              "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf"
            ]
          }
        }
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/hls-aes128/playlist.m3u8?player_profile=hls-js&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "aes-128": {}
        }
      }
    }
    async PlayoutOptions({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ],
      "hlsjsProfile": false
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "widevine": {
            "licenseServers": [
              "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf"
            ]
          }
        }
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "aes-128": {}
        }
      }
    }
    Source:

    async Proofs({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash
    })
    → Promise.<Object>

    Get the proofs associated with a given part

    Returns: Response containing proof information
    See:
    • GET /qlibs/:qlibid/q/:qhit/data/:qparthash/proofs
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - If not specified, latest version will be used

    partHash string

    Hash of the part

    Example
    async Proofs({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "partHash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV"
    });
    
    
    {
      "root_hash": "20d629c08c7b9f82994346e92117dfb62d9f76105b101fda0d200e576ed2bdb8",
      "proofs": [
        {
          "byte_beg": 0,
          "byte_end": 99999,
          "proof": [
            "20d629c08c7b9f82994346e92117dfb62d9f76105b101fda0d200e576ed2bdb8"
          ]
        }
      ],
      "proof_data": {
        "20d629c08c7b9f82994346e92117dfb62d9f76105b101fda0d200e576ed2bdb8": "+FyhIB9Vs1twGZx66Fpjvypqp5HGIVg3YxNB1hA2s+XRYMqxuDgAAAAAAAAAAAAAAAAAAAAAn4YBAAAAAAAfVbNbcBmceuhaY78qaqeRxiFYN2MTQdYQNrPl0WDKsQ=="
      }
    }
    Source:

    async PublicRep({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    rep,
    queryParamsoptional
    })
    → Promise.<string>

    Generate a URL to the specified /public endpoint of a content object. URL includes authorization token.

    Alias for the FabricUrl method with the "rep" parameter

    Returns: URL to the specified rep endpoint with authorization token
    See:
    • FabricUrl for creating arbitrary fabric URLs
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    rep string

    Representation to use

    queryParams Object <optional>

    Query params to add to the URL

    Source:

    async PublishContentVersion({
    libraryId,
    objectId,
    versionHash,
    awaitCommitConfirmationoptional
    })

    Publish a previously finalized content object version

    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    versionHash string

    The version hash of the content object to publish

    awaitCommitConfirmation boolean <optional>
    true

    If specified, will wait for the publish commit to be confirmed.

    Examples
    async PublishContentVersion({
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "versionHash": "hq__4aPW7G6N8org2bQxTuEXCNa8LUepGUgDFX8Xn6cz9rj3A8jUKtZyLJdnATcmBmNuBGakj1pP6V",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "versionHash": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "versionHash": "hq__K3srUtiMiCr833E2pd8FBjMQcRRTdKs1cvG7vpY8WSC3DQnNdCYQJKyzpnqtQonFXVKu3SUvMQ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "versionHash": "hq__ToqzdG9xNSWztwv3iGd9CtLio17RPCAsnoJbdcoZGEHsX1W2vZJKgK14ApC4r4g9RWDz5cYJE",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__5vrpYhFRmuTEkdTWFEwMSnJYPzC59QsbesgWZAQYEjzousjh2RKUtAkpcg2RmSWkDME173V9h8",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__7LYSWEAjj5MCNH3iXQXjg25ZXTtRogTyQup8HR5ekK1CWgkQEtv1ct9dsc29dKKnwtzuvc6MaN",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "versionHash": "hq__A7prUCju4RdVT3gm3Hfhdrtvb9bw7VhJiAh3KuTKMnqpkczfQcvP1FmhNB53EDyM4PDYP2LMZb",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3HqmGg5b9YF41FSQt2S7ZmrxTzB2",
      "versionHash": "hq__8QFArPeUDZosLV1mfKKkLiowVz2KHZ8N4oNmEdheiEy8CkF5c68JyXzjVf1r4C5GxohRt1ut6U",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4TC1v6zHtkQhg5oBLaaPy6ZYY8Ns",
      "versionHash": "hq__Jt25k5rgvqwuwzs2Cq7sNL7RPwoqKtkuxKACvakPrhh7zXYu2eTkuiXoxsSX1ZHey7Tgvsu8kX",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3v2dcwbE7YxmPbxzmE83pReJYXRh",
      "versionHash": "hq__5KvWof9Mg8p8adD3wuqeWLy4dRjr6C92TrQqvAxNbDYAtTkPHoCj5QFPCsm3AXH1XhGWqGrdNo",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2X2yb3568hXTzvVNrFyFYUW34Gbw",
      "versionHash": "hq__8YArgA6uPAH5ygjaWAjsuAaG3oxqoxFreYXqKVLdkP7Lp3pcNJDDrN6qvjjdzUhgyfxwN5Ujsj",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4NpRNi1tC6SydsJjTaScR9LXEaYS",
      "versionHash": "hq__4ANGdjRQURJapjzkfuAsyvG4sd8RjvJqHabAVPfBjTuwX5U83gSKNCaCZGKPum1vdhYhEaJ9zi",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3i74LU4ojsZAzq6wm1GKFBtFcTBR",
      "versionHash": "hq__JsHE3prWU9xCwhHQVnsvgkzgqY94wqJu6QgS7wzjRJumBYp3NRdFTguswCgdKRHnuKxqH4M9kF",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__Sh5QwCBYs8gbRnoRkJVLx9PU6Et",
      "versionHash": "hq__FhmsJQrLfJb39sTt9X8vYQFQonHu89wZ7jFG11JzvRCurERJcaPou4bJrCDZwR5ZjJb6gtL8gQ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__25RcYbExPVjv2RZQCN2MkW4EQ8L",
      "versionHash": "hq__D2GjSURFHsTjZatxyC3bu82me8LYY27zRYZi8BqmHVViH47gnC2DtJXsTwQs78xaTi3MetkNTW",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3d22YW2WmB19Lfqg948GneupQYzt",
      "versionHash": "hq__3QTtmJm1TNN6XDuxqtA5MKhXGcc9TUDmgRYCLrya66CK5Du6nfPh2w8BMeW7AHbVLUpE1vistt",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4UYZKX7ffmqYgC7J67ZELDA65EDy",
      "versionHash": "hq__7YcrLt3mEFvD9u32LxjmPj9oeM99GNL5J6kwYEd2jByBPT6m3M9Hd9DdLpZg12JNFDdw58swXq",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__HXuLqih2vd5nJsPnqkY5CN8R3cQq5XQLKbvLuBHmbRQx5arpckZkkN2wCYVKh39azxUt6vdsMQ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__92wgXRHQ4dHREGkZqBzydAD9TgMN9eVDTDKvBFPNepYrq9gKkH4YsFMCfS472yVcD46pDt4k3G",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__Jbap3UFPTYDuYqLehyXWwqaKvmDRE1mnVBWDo1pwUZwZEzNBdhwsVkq6pGRPB8PzcPe4LgN8mk",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "versionHash": "hq__42wTdZuQrcNaJ1BzWkqcrfzXtsnM1SysrBbP8ewhnLmU9skyAVTyF1YuVdtTCyXHEGCBrtMWPo",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__JjnGDZeZFYSBBtP7MswHB2Vojf6xUocGTwsGy6HC3AEcFiCbfBh9VdKbtLvpZSEjpEmiXUW8SS",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "versionHash": "hq__D2HNBDXRKR2okZmoC1PdqhHi6r4zyrnQZsa7uWwBypwfMgmMAmexijSLWyJRCgzfLmSXj3Lzgr",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "versionHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
      "awaitCommitConfirmation": false
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "versionHash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "versionHash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
      "awaitCommitConfirmation": false
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__KQzSJCwh614c8fqDxiTwA96tK7jUnjnwzijZaVWbFZ5psiFduz3qQcd74eH5v4yMkAoDznRvQW",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "versionHash": "hq__2hpXZ3t8SyCZbGF4GH9oAJNv49wqLjXmCGMmovYQtdxYmSHfkMGKbQ7H4NdLVZnQAPfAiBu26J",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    Source:

    async QParts({
    libraryId,
    objectId,
    partHash,
    format
    })
    → Promise.<Format>

    Get part info in CBOR format

    Returns: Response containing the CBOR response in the specified format
    See:
    • GET /qparts/:qparthash
    Parameters:
    Name Type Description
    libraryId string

    ID of the library - required for authentication

    objectId string

    ID of the object - required for authentication

    partHash string

    Hash of the part

    format string

    Format to retrieve the response - defaults to Blob

    Examples
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 106>
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 63>
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 191>
    Source:

    async RemoveAccessGroupManager({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Remove a manager from the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the revokeManagerAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the manager to remove

    Example
    async RemoveAccessGroupManager({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "memberAddress": "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    });
    
    
    "0xa826c01ad3a52d5a7c678993a1b4f7d8af38c5b578a9214f39cec81d80a99c6c"
    Source:

    async RemoveAccessGroupMember({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Remove a member from the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the revokeAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the member to remove

    Example
    async RemoveAccessGroupMember({
      "contractAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "memberAddress": "0x60098b7e10364f9f81ec457fc637a2fe8c91e4d1"
    });
    
    
    "0x3501fe50693e2f5eb5761a9eb65c64914e9965ce9d76659b80551b7873718a21"
    Source:

    async RemoveContentLibraryGroup({
    libraryId,
    groupAddress,
    permission
    })

    Remove accessor, contributor or reviewer permissions for the specified group on the specified library

    Parameters:
    Name Type Description
    libraryId string

    The ID of the library

    groupAddress string

    The address of the group

    permission string

    The type of permission to remove ("accessor", "contributor", "reviewer")

    Example
    async RemoveContentLibraryGroup({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "groupAddress": "0x8296dce93b25fd507710c9b46e915d830f5dd33b",
      "permission": "reviewer"
    });
    
    
    <No Return Value>
    Source:

    async RemoveLibraryContentType({
    libraryId,
    typeIdoptional,
    typeNameoptional,
    typeHashoptional
    })
    → Promise.<string>

    Remove the specified content type from a library

    Returns: Hash of the removeContentType transaction
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    typeId string <optional>

    ID of the content type (required unless typeName is specified)

    typeName string <optional>

    Name of the content type (required unless typeId is specified)

    typeHash string <optional>

    Version hash of the content type

    Examples
    async RemoveLibraryContentType({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "typeName": "Test Content Type 6358526ec02247d0bcd5"
    });
    
    
    "0x322738ae9e8872771713ec96657736907c707b7b943c45e8484b93f7ed72ef1a"
    async RemoveLibraryContentType({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "typeId": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP"
    });
    
    
    "0x37eec1e72f4c76a44eb151016a77b7bcb966b098b145f494b7bdb27c2c3758e5"
    Source:

    async Rep({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    rep,
    queryParamsoptional,
    channelAuthoptional,
    noAuthoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified /rep endpoint of a content object. URL includes authorization token.

    Alias for the FabricUrl method with the "rep" parameter

    Returns: URL to the specified rep endpoint with authorization token
    See:
    • FabricUrl for creating arbitrary fabric URLs
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    rep string

    Representation to use

    queryParams Object <optional>

    Query params to add to the URL

    channelAuth boolean <optional>
    false

    If specified, state channel authorization will be performed instead of access request authorization

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets.

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true.

    Examples
    async Rep({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "rep": "image"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJ0eF9pZCI6IjB4M2NiOTQ1N2MxNWJjMWFlNmEyNjMzNTJiNzYxNTM5YjViNDJlNGNiMGY2MjdhNjUxN2Q0MTg3ZTYyYmFiYTRlNiIsInFsaWJfaWQiOiJpbGliM2VYZm5uaEhmRENIc0ZHYjdWdXNZang1V3I1ZyJ9.RVMyNTZLX0M0aE5XQmhEMmpLR3NDa0xLckZyZUx2cXR1cERIa0VZTjJZRWRSb3lWRjRwOUtCTTJXbnNzcDdyZG5EcVVINU4yNjlRZDNacDJvVnNycEhWQTJ5S3pSdFhM"
    async Rep({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "rep": "image",
      "noAuth": true
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g/q/iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDYwMDk4YjdlMTAzNjRmOWY4MWVjNDU3ZmM2MzdhMmZlOGM5MWU0ZDEiLCJxbGliX2lkIjoiaWxpYjNlWGZubmhIZkRDSHNGR2I3VnVzWWp4NVdyNWcifQ%3D%3D.RVMyNTZLX0tnNTdHaDZiR2pHOFBaWWlkNnRWdzdaYkh6cEwydVpkdEJLa3ByazZZWlpMMmJ4TkJWVzl0cXlxcHhoSmEzMkNDRThWMXJLaXFmSjRWUnJpMkJiUHVEQ0Fm"
    Source:

    async ReplaceMetadata({
    libraryId,
    objectId,
    writeToken,
    metadata,
    metadataSubtreeoptional
    })

    Replace content object metadata with specified metadata

    See:
    • PUT /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadata Object

    New metadata to merge

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    Examples
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "writeToken": "tqw_9SpeiWBH3Jbf8nd3K2tRXdjYm2q885F9S",
      "metadata": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__9vCt4P2VWDW1kXLadmCyTWgG9HP",
      "writeToken": "tqw_Ax473m6E35iFWb6jFWdjPucFYoh2oCwCP",
      "metadata": {
        "name": "Test Content Type 6358526ec02247d0bcd5",
        "public": {
          "name": "Test Content Type 6358526ec02247d0bcd5"
        }
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "metadata": {
        "private": {
          "meta": "data"
        },
        "name": "Test Library 6358526ec02247d0bcd5",
        "description": "Test Library Description",
        "public": {
          "name": "Test Library 6358526ec02247d0bcd5",
          "description": "Test Library Description"
        }
      },
      "writeToken": "tqw_P1o2mskXYuXm1JyunsRpj4GNdejSaqLQA"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_299ZpRXXdvd6y3EZ36Hgj7cHSNioL5R38",
      "metadataSubtree": "toReplace",
      "metadata": {
        "new": "metadata"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "objectId": "iq__4UJ69FGy3q4h3zvRRyrzVweLnFbw",
      "metadata": {
        "name": "Test Object Filtering",
        "public": {
          "name": "Test Object Filtering"
        }
      },
      "writeToken": "tqw_6K86888YSfUDc8pnVmr9orksKU3do1ajS"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3TAkYM5CUSM1pbgE2g4y9DepTWm3",
      "writeToken": "tqw_7jit568WQoCyc5fKZq26LfipGbjwxZS7a",
      "metadataSubtree": "accessed_content/hq__D9EUv7rm1pPGLhmDJGiAjD6nBgB2xDFZbnEw49SUhko3TVKqsN11aAwP17ov7dRaDMRNn1izhU",
      "metadata": 1572303867451
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__Cz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "metadata": {
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "media_type": "audio",
                  "bit_rate": 128000,
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 4900000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1452
                },
                {
                  "media_type": "video",
                  "bit_rate": 3375000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 968
                },
                {
                  "media_type": "video",
                  "bit_rate": 1500000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 726
                },
                {
                  "media_type": "video",
                  "bit_rate": 825000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 580
                },
                {
                  "media_type": "video",
                  "bit_rate": 300000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 6500000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1920
                },
                {
                  "media_type": "video",
                  "bit_rate": 4500000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 1280
                },
                {
                  "media_type": "video",
                  "bit_rate": 2000000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 960
                },
                {
                  "media_type": "video",
                  "bit_rate": 1100000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 768
                },
                {
                  "media_type": "video",
                  "bit_rate": 400000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "type": "DrmWidevine",
                "license_servers": [],
                "enc_scheme_name": "cenc",
                "content_id": ""
              },
              "protocol": {
                "type": "ProtoDash",
                "min_buffer_length": 2
              }
            },
            "hls-aes128": {
              "drm": {
                "type": "DrmAes128",
                "enc_scheme_name": "aes-128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        },
        "name": "Test Media Library",
        "public": {
          "name": "Test Media Library"
        }
      },
      "writeToken": "tqw_Kgvp5VsB3Cixy387T9EiFYe3mW8cGbsjw"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_PcH9fTZqfyCZ16A8yZghxHa9wVV9JvdqK",
      "metadataSubtree": "custom_contract",
      "metadata": {
        "name": "Custom Contract",
        "description": "Custom Contract Description",
        "address": "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03",
        "abi": [
          {
            "constant": true,
            "inputs": [],
            "name": "creator",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "licensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccessInfo",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccess",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "name": "runFinalize",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "percentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "withdraw",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "proposed_status_code",
                "type": "int256"
              }
            ],
            "name": "runStatusChange",
            "outputs": [
              {
                "name": "",
                "type": "int256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "kill",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "status_code",
                "type": "int256"
              }
            ],
            "name": "runDescribeStatus",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "pure",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_FINAL_REVIEW",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "version",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_ACCESS",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newCreator",
                "type": "address"
              }
            ],
            "name": "transferCreatorship",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runCreate",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "owner",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "partialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runKill",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              },
              {
                "name": "new_owner",
                "type": "address"
              }
            ],
            "name": "transferContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "contentSpace",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_DRAFT_APPROVED",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_SEE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "licensing_fee",
                "type": "uint256"
              }
            ],
            "name": "setLicensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "name": "licensingStatus",
            "outputs": [
              {
                "name": "percentComplete",
                "type": "uint8"
              },
              {
                "name": "licensingFee",
                "type": "uint256"
              },
              {
                "name": "licensingFeePaid",
                "type": "uint256"
              },
              {
                "name": "valid",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "partial_payment",
                "type": "uint8"
              }
            ],
            "name": "setPartialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "percent_partial",
                "type": "uint8"
              }
            ],
            "name": "setPercentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "bool"
              }
            ],
            "name": "runGrant",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              }
            ],
            "name": "reclaimContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_CHARGE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newOwner",
                "type": "address"
              }
            ],
            "name": "transferOwnership",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_contract",
                "type": "address"
              },
              {
                "name": "approved",
                "type": "bool"
              },
              {
                "name": "percent_complete",
                "type": "uint8"
              },
              {
                "name": "note",
                "type": "string"
              }
            ],
            "name": "reviewContent",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "payable": true,
            "stateMutability": "payable",
            "type": "fallback"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "content",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "PayCredit",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              }
            ],
            "name": "Log",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bool"
              }
            ],
            "name": "LogBool",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "a",
                "type": "address"
              }
            ],
            "name": "LogAddress",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "uint256"
              }
            ],
            "name": "LogUint256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "int256"
              }
            ],
            "name": "LogInt256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bytes32"
              }
            ],
            "name": "LogBytes32",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "LogPayment",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunCreate",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunKill",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "proposedStatusCode",
                "type": "int256"
              },
              {
                "indexed": false,
                "name": "returnStatusCode",
                "type": "int256"
              }
            ],
            "name": "RunStatusChange",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "level",
                "type": "uint8"
              },
              {
                "indexed": false,
                "name": "calculateAccessCharge",
                "type": "int256"
              }
            ],
            "name": "RunAccessCharge",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunAccess",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunFinalize",
            "type": "event"
          }
        ],
        "factoryAbi": [
          {
            "constant": true,
            "inputs": [],
            "name": "creator",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "licensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccessInfo",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccess",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "name": "runFinalize",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "percentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "withdraw",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "proposed_status_code",
                "type": "int256"
              }
            ],
            "name": "runStatusChange",
            "outputs": [
              {
                "name": "",
                "type": "int256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "kill",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "status_code",
                "type": "int256"
              }
            ],
            "name": "runDescribeStatus",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "pure",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_FINAL_REVIEW",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "version",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_ACCESS",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newCreator",
                "type": "address"
              }
            ],
            "name": "transferCreatorship",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runCreate",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "owner",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "partialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runKill",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              },
              {
                "name": "new_owner",
                "type": "address"
              }
            ],
            "name": "transferContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "contentSpace",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_DRAFT_APPROVED",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_SEE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "licensing_fee",
                "type": "uint256"
              }
            ],
            "name": "setLicensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "name": "licensingStatus",
            "outputs": [
              {
                "name": "percentComplete",
                "type": "uint8"
              },
              {
                "name": "licensingFee",
                "type": "uint256"
              },
              {
                "name": "licensingFeePaid",
                "type": "uint256"
              },
              {
                "name": "valid",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "partial_payment",
                "type": "uint8"
              }
            ],
            "name": "setPartialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "percent_partial",
                "type": "uint8"
              }
            ],
            "name": "setPercentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "bool"
              }
            ],
            "name": "runGrant",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              }
            ],
            "name": "reclaimContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_CHARGE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newOwner",
                "type": "address"
              }
            ],
            "name": "transferOwnership",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_contract",
                "type": "address"
              },
              {
                "name": "approved",
                "type": "bool"
              },
              {
                "name": "percent_complete",
                "type": "uint8"
              },
              {
                "name": "note",
                "type": "string"
              }
            ],
            "name": "reviewContent",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "payable": true,
            "stateMutability": "payable",
            "type": "fallback"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "content",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "PayCredit",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              }
            ],
            "name": "Log",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bool"
              }
            ],
            "name": "LogBool",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "a",
                "type": "address"
              }
            ],
            "name": "LogAddress",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "uint256"
              }
            ],
            "name": "LogUint256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "int256"
              }
            ],
            "name": "LogInt256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bytes32"
              }
            ],
            "name": "LogBytes32",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "LogPayment",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunCreate",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunKill",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "proposedStatusCode",
                "type": "int256"
              },
              {
                "indexed": false,
                "name": "returnStatusCode",
                "type": "int256"
              }
            ],
            "name": "RunStatusChange",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "level",
                "type": "uint8"
              },
              {
                "indexed": false,
                "name": "calculateAccessCharge",
                "type": "int256"
              }
            ],
            "name": "RunAccessCharge",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunAccess",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunFinalize",
            "type": "event"
          }
        ]
      }
    });
    
    
    <No Return Value>
    Source:

    async ResetRegion() → Promise.<Object>

    Reset fabric URLs to prefer the best region auto-detected by the fabric.

    Note: Client must have been initialized with FromConfiguration

    Returns: An object containing the updated fabric and ethereum URLs in order of preference
    Source:

    async SendFunds({
    recipient,
    ether
    })
    → Promise.<Object>

    Send ether from this client's current signer to the specified recipient address

    Returns: The transaction receipt
    Parameters:
    Name Type Description
    recipient string

    Address of the recipient

    ether number

    Amount of ether to send

    Examples
    async SendFunds({
      "recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "ether": 9.714130008
    });
    
    
    {
      "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "from": "0x439408C33A7fcA969d34A5616c175A44434BB209",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5208"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xa144f4e0666b1a72e55628aa9967426913de9ca0de5369b4dfc9e7fca19f8b3a",
      "transactionHash": "0xa8d8ba857158eb24c3fe8529cb9b2fc61e03873f5d4ece7fb09ef05added8292",
      "logs": [],
      "blockNumber": 64720,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5208"
      },
      "status": 1,
      "byzantium": true
    }
    async SendFunds({
      "recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "ether": 49.127898512
    });
    
    
    {
      "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5208"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x023340a968eb32151864342a52f56185c8c79a6e9b8194f0391235f61d9ba2cf",
      "transactionHash": "0x81775584dac305ca250ae8c141a4efdac80719c2d7c50b308d5709e0a9e30218",
      "logs": [],
      "blockNumber": 64719,
      "confirmations": 2,
      "cumulativeGasUsed": {
        "_hex": "0x5208"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    async SetAccessCharge({
    objectId,
    accessCharge
    })

    Set the access charge for the specified object

    Parameters:
    Name Type Description
    objectId string

    ID of the object

    accessCharge number | string

    The new access charge, in ether

    Example
    async SetAccessCharge({
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "accessCharge": "0.5"
    });
    
    
    <No Return Value>
    Source:

    async SetContentLibraryImage({
    libraryId,
    image
    })

    Set the image associated with this library

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    image Blob | ArrayBuffer | Buffer

    Image to upload

    Example
    async SetContentLibraryImage({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "image": "<ArrayBuffer 101254>"
    });
    
    
    <No Return Value>
    Source:

    async SetContentObjectImage({
    libraryId,
    objectId,
    image
    })

    Set the image associated with this object

    Note: The content type of the object must support /rep/image

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    image Blob | ArrayBuffer | Buffer

    Image to upload

    Example
    async SetContentObjectImage({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "image": "<ArrayBuffer 101254>"
    });
    
    
    <No Return Value>
    Source:

    async SetCustomContentContract({
    libraryId,
    objectId,
    customContractAddress,
    nameoptional,
    descriptionoptional,
    abi,
    factoryAbioptional,
    overridesoptional
    })
    → Promise.<Object>

    Set the custom contract of the specified object with the contract at the specified address

    Note: This also updates the content object metadata with information about the contract - particularly the ABI

    Returns: Result transaction of calling the setCustomContract method on the content object contract
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    customContractAddress string

    Address of the deployed custom contract

    name string <optional>

    Optional name of the custom contract

    description string <optional>

    Optional description of the custom contract

    abi Object

    ABI of the custom contract

    factoryAbi Object <optional>

    If the custom contract is a factory, the ABI of the contract it deploys

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Example
    async SetCustomContentContract({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "name": "Custom Contract",
      "description": "Custom Contract Description",
      "customContractAddress": "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "factoryAbi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ]
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1852f"
      },
      "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
      "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64707,
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "logIndex": 0,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionLogIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          }
        }
      ],
      "blockNumber": 64707,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1852f"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    SetNodes({
    fabricURIsoptional,
    ethereumURIsoptional
    })

    Set the client to use the specified fabric and ethereum nodes, in preference order

    Parameters:
    Name Type Attributes Description
    fabricURIs Array.<string> <optional>

    A list of URLs for the fabric, in preference order

    ethereumURIs Array.<string> <optional>

    A list of URLs for the blockchain, in preference order

    Source:

    SetSigner({signer})

    Set the signer for this client to use for blockchain transactions

    Parameters:
    Name Type Description
    signer object

    The ethers.js signer object

    Source:

    async SetSignerFromWeb3Provider({provider})

    Set the signer for this client to use for blockchain transactions from an existing web3 provider. Useful for integrating with MetaMask

    Parameters:
    Name Type Description
    provider object

    The web3 provider object

    Source:

    async StartABRMezzanineJobs({
    libraryId,
    objectId,
    offeringKeyoptional,
    accessoptional
    })
    → Promise.<Object>

    Start any incomplete jobs on the specified mezzanine

    Returns: A write token for the mezzanine object, as well as any logs, warnings and errors from the job initialization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the mezzanine library

    objectId string

    ID of the mezzanine object

    offeringKey string <optional>
    default

    The offering to process

    access Object <optional>

    (S3) Region, bucket, access key and secret for S3 - Required if any files in the masters are S3 references

    • Format: {region, bucket, accessKey, secret}
    Example
    async StartABRMezzanineJobs({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "offeringKey": "default"
    });
    
    
    {
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "logs": [
        "2019-10-28 23:05:20 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm"
      ],
      "warnings": [],
      "errors": []
    }
    Source:

    ToggleLogging(enable)

    Enable or disable verbose logging

    Parameters:
    Name Type Description
    enable boolean

    Set logging

    Source:

    async UploadFiles({
    libraryId,
    objectId,
    writeToken,
    fileInfo,
    callbackoptional
    })

    Upload files to a content object.

    Expected format of fileInfo:

    [ { path: string, mime_type: string, size: number, data: File | ArrayBuffer | Buffer } ]

    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    fileInfo Array.<object>

    List of files to upload, including their size, type, and contents

    callback function <optional>

    If specified, will be called after each job segment is finished with the current upload progress

    • Format: {"filename1": {uploaded: number, total: number}, ...}
    Examples
    async UploadFiles({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_Pu7ov3pw2UhDzL15kS9RUWF5Us8ndMj7b",
      "fileInfo": [
        {
          "path": "testDirectory/File 1",
          "type": "file",
          "mime_type": "text/plain",
          "size": 100000
        },
        {
          "path": "testDirectory/File 2",
          "type": "file",
          "mime_type": "text/plain",
          "size": 100000
        }
      ]
    });
    
    
    <No Return Value>
    async UploadFiles({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__26cX975E6bPQ3JYCXRE6qoNcDaKh",
      "writeToken": "tqw_3Ab5wzrVffLV2mchDBBR3NjvMCmokutpN",
      "fileInfo": [
        {
          "path": "Video.mp4",
          "mime_type": "video/mp4",
          "size": 97944174,
          "type": "file"
        }
      ]
    });
    
    
    <No Return Value>
    Source:

    async UploadFilesFromS3({
    libraryId,
    objectId,
    writeToken,
    region,
    bucket,
    filePaths,
    accessKey,
    secret,
    copy,
    callbackoptional
    })

    Copy/reference files from S3 to a content object

    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    region string

    AWS region to use

    bucket string

    AWS bucket to use

    filePaths Array.<string>

    List of files/directories to copy/reference

    accessKey string

    AWS access key

    secret string

    AWS secret

    copy boolean false

    If true, will copy the data from S3 into the fabric. Otherwise, a reference to the content will be made.

    callback function <optional>

    If specified, will be periodically called with current upload status

    • Arguments (copy): { done: boolean, uploaded: number, total: number, uploadedFiles: number, totalFiles: number, fileStatus: Object }
    • Arguments (reference): { done: boolean, uploadedFiles: number, totalFiles: number }
    Source:

    async UploadPart({
    libraryId,
    objectId,
    writeToken,
    data,
    chunkSizeoptional,
    encryptionoptional
    })
    → Promise.<Object>

    Upload part to an object draft

    Note: If uploading a large file (especially with an HTML file and/or when using the FrameClient) it is recommended to use the CreatePart + UploadPartChunk + FinalizePart flow to upload the file in smaller chunks.

    Returns: Response containing information about the uploaded part
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    data File | ArrayBuffer | Buffer

    Data to upload

    chunkSize number <optional>
    1000000

    (1MB) - Chunk size, in bytes

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async UploadPart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "data": "<ArrayBuffer 101254>",
      "encrypted": false
    });
    
    
    {
      "content": {
        "id": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
        "write_token": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      },
      "part": {
        "hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
        "size": 101254
      }
    }
    async UploadPart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
      "data": "<ArrayBuffer 100000>"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "write_token": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqp_48LpN5ZvbFFxAfj6VDHkCYWhA212bgBQTUNMWdcAmTYRvwSV",
        "size": 100000
      }
    }
    async UploadPart({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
      "data": "<ArrayBuffer 100000>",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
        "write_token": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
        "type": "hq__5ciWSimcLJiSjsCUTgWDPcRybmDWF5SdyKjQLA5jE3fCjJ7M7v9Ds9Rx5U2SfymM4weMi7LXjB"
      },
      "part": {
        "hash": "hqpeAocMWvYQWbTtwnqBCHZoq2LdA3sgmafHKq1VrW6u949hiLay",
        "size": 102657
      }
    }
    Source:

    async UploadPartChunk({
    libraryId,
    objectId,
    writeToken,
    partWriteToken,
    chunk,
    encryptionoptional
    })
    → Promise.<string>

    Upload data to an open part draft

    Returns: The part write token for the part draft
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partWriteToken string

    Write token of the part

    chunk ArrayBuffer | Buffer

    Data to upload

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "writeToken": "tqw_LfXCVgjVbaxh12ToK9dKr3pQYaTUqM7h7",
      "partWriteToken": "tqpwAiUaD95zEWrpGVxwHa413ugXkWaYjTrf8",
      "chunk": "<ArrayBuffer 101254>",
      "encryption": "none"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_MS9zcvg1ciDXDA8Etk7RLC6GWB9NnBxXr",
      "partWriteToken": "tqpw341C2iXdwhtFHnFeaK3M2ERoGvxwirfnK",
      "chunk": "<ArrayBuffer 100000>",
      "encryption": "none"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_JGQpMrBKcrrABuC54mqev3xLMtqi4fdW4",
      "partWriteToken": "tqpw9WRDiSpx3xdYuzp1AsUF22qonKfMDJ7ns",
      "chunk": "<ArrayBuffer 100000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_EYcxJdvBWXzGVKy5wBt2rLw4WipSd2jba",
      "partWriteToken": "tqpwH9RTvPVG9FUr4QDVC9tJCYncCrQPrDa6X",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "writeToken": "tqw_X6hcJHLHutauYGi7tkCiDy3EXc4h1EEQ",
      "partWriteToken": "tqpwQB8z7EJ4BCTbHuqLr2CHER4sAbTDQDXxX",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    Source:

    async UseRegion({region}) → Promise.<Object>

    Update fabric URLs to prefer the specified region.

    Note: Client must have been initialized with FromConfiguration

    Returns: An object containing the updated fabric and ethereum URLs in order of preference
    Parameters:
    Name Type Description
    region string

    Preferred region - the fabric will auto-detect the best region if not specified

    • Available regions: na-west-north na-west-south na-east eu-west
    Source:

    async VerifyContentObject({
    libraryId,
    objectId,
    versionHash
    })
    → Promise.<Object>

    Verify the specified content object

    Returns: Response describing verification results
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    versionHash string

    Hash of the content object version

    Example
    async VerifyContentObject({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "versionHash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
    });
    
    
    {
      "hash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
      "qref": {
        "valid": true,
        "hash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
      },
      "qmd": {
        "valid": true,
        "hash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
        "check": {
          "valid": true,
          "invalidValues": []
        }
      },
      "qstruct": {
        "valid": true,
        "hash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
        "parts": []
      },
      "valid": true
    }
    Source: